6 lines
54 B
Text
6 lines
54 B
Text
(var a)
|
|
(var b)
|
|
(a 1)
|
|
(b 1)
|
|
(write (+ a b))
|
|
(newline)
|