<HTML><FONT FACE=arial,helvetica><FONT  SIZE=4 FAMILY="SERIF" FACE="Times New Roman" LANG="0">>>It is generally not
<BR>>>necessary to give mode declarations for _functions_ since, if no mode
<BR>>>declaration is given, a default mode is assumed where every argument
<BR>>>has mode 'in', the result has mode 'out' and the determinism is 'det'.
<BR>
<BR>As a neophyte writing code, being explicit with the modes kind of helped me 
<BR>see the consitency between functions and predicates.  I went ahead and 
<BR>stripped them out of the example on the web page, which does help shorten the 
<BR>code up and improve readability a tad.
<BR>
<BR>Thanks.</FONT></HTML>