Hi all,

rro> =======changes=======
rro> unless.r
rro> --change: new script
rro> --title: Unless
rro> --owners: hallyhaa
rro> --author: HY
rro> --purpose: I'm used to writing 'unless in perl, so I
rro> wanted it in rebol as well. Easy.
rro> --url:
rro> http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=unless.r

Oh and BTW, note that:

>> system/version
== 1.2.55.3.1
>> help unless
USAGE:
    UNLESS condition block

DESCRIPTION:
     Evaluates the block if condition is not TRUE.
     UNLESS is a native value.

ARGUMENTS:
     condition -- (Type: any)
     block -- (Type: block)

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to