flisp/examples/tostr.flsp
2025-03-18 13:52:14 +01:00

6 lines
80 B
Text

(var:str a "1234")
(var:int b (:int a))
(write a)
(newline)
(write b)
(newline)