[REBOL] context of a function - Enhancement request
From: fsievert::uos::de at: 21-Aug-2000 13:23
The best sollution would be to enhance "in" so you can not only get words out of object's context, but also out of functions context. f: func [a] [a] f 2 in :f 'a == a same? first second :f in :f 'a == true Good idea? Frank







