Steve wrote: > if [EXTENSION-IN <> ".txt"] [append INPUT-FILE ".txt" ]
One thing that can help in the conversion to Rebol and to aid one's understanding, is to swap the first square brackets with parenthesis, like: if (EXTENSION-IN <> ".txt") [append INPUT-FILE ".txt" ] Andrew J Martin Speaking in tongues and performing miracles. ICQ: 26227169 http://www.rebol.it/Valley/ http://valley.orcon.net.nz/ http://Valley.150m.com/ -><- -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
