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

[REBOL] Re: help

From: larry::ecotope::com at: 30-Jun-2001 15:01

Hi Romano The notation [ ... ] indicates a recursive block. That is a block which contains a reference to itself. MOLD will work on such a block but FORM gives a stack error and PRINT uses form. HTH -Larry