8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
|
|
(let text (call read_text_file "program.phi"))
|
|
(fn a (b c) (do
|
|
|
|
))
|
|
|
|
(call println text)
|