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

[REBOL] Multiple SETs of objects; listing of all ALIASes

From: geza67::freestart::hu at: 5-Sep-2001 23:13

Hello REBOLers, This code does not work : a: context [b: none] c: context [d: none] set [a/b c/d] [1 2] ** Script Error: Invalid argument: a/b ** Near: set [a/b c/d] [1 2] A bit longer sentence although solves the problem: set reduce [(in a 'b) (in c 'd)] [1 2] My question: is this the most elegant REBOLish solution for mass -setting values inside objects? My quite other concern is: How can I list all 'alias bindings? Where can I find information about aliasing while scanning system/words ? -- Best regards, Geza Lakner MD mailto:[geza67--freestart--hu]