Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] simple view question

From: rishioswal::yahoo::com at: 9-Apr-2001 23:42

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" ]