PRINT SPC(spaces)
The function SPC
can be used to set a number of spaces, which are printed
onto screen. SPC
can be used several times in a sentence.
Also note that SPC
will not overwrite and erase things already printed
on screen, so PRINT SPC(3)
is not the same as PRINT“ ”
in that respect.
Ss
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!