Forum Discussion
Komag
11 years agoRoku Guru
When you print to console, it apparently uses StrI(), so I'm in the habit of avoiding spaces since it will add one, such as:
PRINT "x is" x ", y is" y
instead of
PRINT "x is " x ", y is " y
PRINT "x is" x ", y is" y
instead of
PRINT "x is " x ", y is " y