*** empty log message ***
This commit is contained in:
parent
44721cbd3c
commit
d652165472
@ -1,4 +1,11 @@
|
|||||||
main
|
main
|
||||||
<primitive: 0>
|
<primitive: 0>
|
||||||
|
|
||||||
|
"a := 10.
|
||||||
|
#abc xxx.
|
||||||
|
#abc xxx: 1.
|
||||||
|
b := 3.
|
||||||
|
^nil "
|
||||||
|
|
||||||
#abc print: 123 and: 2345.
|
#abc print: 123 and: 2345.
|
||||||
^nil
|
^nil
|
||||||
|
7
ase/test/stx/test1.st
Normal file
7
ase/test/stx/test1.st
Normal 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
2
ase/test/stx/test2.st
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
prim2: n
|
||||||
|
<primitive: 2>
|
Loading…
Reference in New Issue
Block a user