phi-lang/compile.phi
2025-09-09 16:12:15 +02:00

8 lines
93 B
Plaintext

(let text (call read_text_file "program.phi"))
(fn a (b c) (do
))
(call println text)