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

[REBOL] Re: Confusion on when a block gets evaluated

From: pwawood:gmai:l at: 6-Mar-2006 14:09

I'm sure some of the list gurus will have a fuller explanation but this may help: On Monday, Mar 6, 2006, at 13:38 Asia/Kuala_Lumpur, Jeff Massung wrote:
>>> print test > 123456789?unset? >> print mold test
[repeat i 9 [prin i]]
>> ? mold
USAGE: MOLD value /only /all /flat DESCRIPTION: Converts a value to a REBOL-readable string. MOLD is a native value. ARGUMENTS: value -- The value to mold (Type: any) Hope this gives you a start. Regards Peter