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

Revision 144, 273 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
3probe "^""
4probe {^}^"}
5probe "^}^""
6
7print "^""
8print {^}^"}
9print "^}^""
10
11probe "}"
12print "}"
13
14probe "^(nn)"
15
16probe "^(30)"
17
18; Rebol prints "^@"
19probe "^(null)"
20
21probe "^(e1)"
22
23print do "3 + 4"
24
25; Fails
26;probe mold {newline: #"^^/"}
27;probe mold {word {string}}
Note: See TracBrowser for help on using the browser.