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

[REBOL] Re: Evaluating a maths expression in a string?

From: larry:ecotope at: 29-Dec-2000 13:05

Hi Andrew Just a quick comment. You wrote:
> >> context: make object! [print: func [x][system/words/print join "test" x > 9]]
In the recent REBOL builds, this code overwrites the built-in function CONTEXT which is heavily used in VID.
>> help context
USAGE: CONTEXT blk DESCRIPTION: Defines a unique (underived) object. CONTEXT is a function value. ARGUMENTS: blk -- Object variables and values. (Type: block)
>>
Cheers -Larry