8 lines
56 B
Smalltalk
8 lines
56 B
Smalltalk
main
|
|
| a b |
|
|
|
|
<primitive: 0>
|
|
a := 1.
|
|
b := 3.
|
|
^nil
|