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

[ALLY] Is your View behaving like mine? Re:(6)

From: jimg:rebol at: 6-Sep-2000 19:46

Hi Larry, Yes, the new mold now detects recursive objects or blocks and displays [...] when they are encountered. Previously it would generate a stack fault trying to do the mold. A simple example of a recursive block would be:
>> a: [ 1 2 3 ]
== [1 2 3]
>> a/2: a
== [1 [...] 3] - jim At 07:05 PM 9/6/2000 -0700, you wrote: