10-22-2022, 08:49 PM
Don't forget to count underscore ending lines as continuous lines.
PRINT _
"Hello _
World"
The above is only one line of code, formatted to lay across multiple lines in the IDE for readability.
PRINT _
"Hello _
World"
The above is only one line of code, formatted to lay across multiple lines in the IDE for readability.