Closed jamesots closed 6 years ago
If I write a string using single quotes, certain characters cause problems, such as command and semicolon. For example, neither of these work:
db 'hello, sir' db 'tl;dr'
If I put the strings in double quotes then it works fine.
Fixed in commit 413d721
If I write a string using single quotes, certain characters cause problems, such as command and semicolon. For example, neither of these work:
If I put the strings in double quotes then it works fine.