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

[REBOL] Rebol Crash Was Mutability and sameness - a puzzle

From: rotenca:telvia:it at: 17-Jul-2001 14:02

1) What is the answer to the puzzle? 2) About sameness I have found this thing on Rebol / Windows 98: a: [1] ; == [1] insert a reduce [a] ;== [1] b: [1] ;== [1] insert b reduce [b] ;== [1] same? a a/1 ;== true same? b b/1 ;== true All OK, now: same? a b ; **** Rebol makes a Guru Meditation (the name for old Amiga crash) romano paolo tenca ----------------- Da: "Ladislav Mecir" <[lmecir--mbox--vol--cz]> Oggetto: [REBOL] Mutability and sameness - a puzzle