Lawrence Kesteloot
Results
23
comments of
Lawrence Kesteloot
No response, I'm closing this issue.
Do you want to read general strings or just numbers? The compiler uses the UCSD Pascal opcodes, and they unfortunately don't have good string support. (E.g., adding two strings together.)...
I've checked in a commit that adds `ReadLn`. It's not the original `ReadLn`, which takes parameters to write into. It's a function that returns a string (the line that was...