kytschBASIC

Put down that phone!
Please view me on real computer.

Issues

If you spot something let me know via github.

When using commands like PRINT and you are wanting to output a string with double quotes inside you'll face errors. To avoid this use character ecaping as shown in the example below.

PRINT "This is how you \"escape\" characters"