I thought it might be useful to use a unix-like piping mechanism in 
REBOL, as follows:

>> |: func [target][do target]

>> d: 1 | e: d * 3 | f: e * e
== 9
>>

Have I got it right? Do you see any potential problems? I don't get to 
use a unix command-line as much as I would like.

-Ryan
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to