Show
Ignore:
Timestamp:
11/08/07 22:09:39 (13 months ago)
Author:
krobillard
Message:

Orca - bind now binds lit-words.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/tests/working/context.r

    r1 r496  
    1717print do blk/7/1 
    1818 
     19 
     20; Shows lit-words are bound to context. 
     21c: context [ 
     22    a: none 
     23    f: func [val] [set 'a val] 
     24] 
     25c/f 5 
     26print c/a