10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
|
|
import stdlib.sl
|
||
|
|
|
||
|
|
word main
|
||
|
|
"1234" toint 1 + dup puti cr
|
||
|
|
tostr
|
||
|
|
2dup
|
||
|
|
puts
|
||
|
|
free
|
||
|
|
end
|