why is it that code in layout can use some rebol code
without parenthesis. For example, you can use the
function 'read in a layout block as shown below. In
addition, why can some functions be used and others
cannot...ei. you can't use the function 'print
directly in layout.
why this:
view layout [text read %file.txt]
and not this:
view layout [
text "hello"
print "how do you do"
]
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.