flisp/examples/fixed.flsp
2025-03-14 22:54:43 +01:00

5 lines
73 B
Text

(var:fix a (:fix 0.1))
(var:fix b (:fix 0.2))
(write (+ a b))
(newline)