No, I've got it wrong.

If the pipe worked as it should, then

>> web-page: read http://www.rebol.com | load/markup

would create 'web-page as a string! with the contents of rebol.com and then 
'load/markup would parse 'web-page

Oh, well.

-Ryan

> 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