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

[REBOL] Quick print question

From: chalz::earthlink::net at: 6-Apr-2002 23:21

Without having to reference docs (it's not actually that important - I'm simply curious) is there a quick and easy way to print separate lines? For instance, in the cases of: text: [ "line 1" "line 2" "line 3" ] Or text: { line 1 line 2 line 4 } Some method such as print/lines text to output each line (either EOL character, CR/LF, etc) without using a for-style loop. (for-looping becomes an issue with the {} style, since you can't just say "foreach line text"...) Thanks folks. --Charles