5 lines
73 B
Text
5 lines
73 B
Text
(var:fix a (:fix 0.1))
|
|
(var:fix b (:fix 0.2))
|
|
|
|
(write (+ a b))
|
|
(newline)
|