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

[REBOL] strings and things

From: depotcity:telus at: 10-May-2001 13:10

Hello again. Back to basics again. New question. here is a string read from a text file... str: {word1 word2 "a string"} How does one take str and make it usable? eg: blk: [word1 word2 "a string"] where word1 and word2 are words.. and a string is a, er, string? I know I knew this a some point, but suffering from Rebol overload. Thanks TBrownell