Changeset 496 for trunk/orca/tests/working/context.r
- Timestamp:
- 11/08/07 22:09:39 (13 months ago)
- Files:
-
- 1 modified
-
trunk/orca/tests/working/context.r (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/tests/working/context.r
r1 r496 17 17 print do blk/7/1 18 18 19 20 ; Shows lit-words are bound to context. 21 c: context [ 22 a: none 23 f: func [val] [set 'a val] 24 ] 25 c/f 5 26 print c/a
