11-12-2024, 02:25 AM
Aye. I see what you're saying. I'm just saying a lot of times, I'm lazy. If I want to type:
PRINT CHR$(34) + "Hello World" + CHR$(34)
I'll just do a lazy:
WordWrap "''Hello World''"
And then the wordwrap function takes care of those double colons and converts them to quotes.
It's just one of those quick and simple little coding style things which I've adjusted to over the years, getting used to the quirks of the BASIC language.
PRINT CHR$(34) + "Hello World" + CHR$(34)
I'll just do a lazy:
WordWrap "''Hello World''"
And then the wordwrap function takes care of those double colons and converts them to quotes.
It's just one of those quick and simple little coding style things which I've adjusted to over the years, getting used to the quirks of the BASIC language.