jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Changed S" .( ( , removed GETC #542

Closed jkotlinski closed 1 year ago

jkotlinski commented 1 year ago

S" .( ( now handles multiple lines according to standard.

GETC is removed.

MML strings are now defined using MML"

Closes #539