*** empty log message ***

This commit is contained in:
hyung-hwan 2005-09-13 12:13:57 +00:00
parent 44721cbd3c
commit d652165472
3 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,11 @@
main
<primitive: 0>
"a := 10.
#abc xxx.
#abc xxx: 1.
b := 3.
^nil "
#abc print: 123 and: 2345.
^nil

7
ase/test/stx/test1.st Normal file
View File

@ -0,0 +1,7 @@
print: a1 and: a2
| t1 |
<primitive: 3>
t1 := #abcdefg.
"a1 := 2341 arguments are not assignable"
t1 prim2: a2.
^nil.

2
ase/test/stx/test2.st Normal file
View File

@ -0,0 +1,2 @@
prim2: n
<primitive: 2>