root/trunk/orca/tests/working/blocks.r

Revision 144, 121 bytes (checked in by krobillard, 3 years ago)

Native arguments are now kept on the stack until after the call and the
result is now always put into a1.

Line 
1REBOL []
2
3o: context [a: 1 ]
4print in o 'b
5print in o 'a
6
7
8a: 1.2.3
9use [a 2] [a: 44 print a]
10print a
11
12
13print do [1 2 3]
Note: See TracBrowser for help on using the browser.