adamsol / Pyxell

Multi-paradigm programming language compiled to C++, written in Python.
MIT License
54 stars 6 forks source link

read/write files ? #10

Open ghost opened 3 years ago

ghost commented 3 years ago

how to read a file content?

thank you very much

adamsol commented 3 years ago

Not implemented yet, it is on my todo list. Currently you can use standard input/output redirection to read from or write to a file.

ghost commented 3 years ago

thank you