Issues
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"
Put down that phone!
Please view me on real computer.
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"