2011-02-18, 11:38 PM
slenkar Wrote:thanks for the fixNo, this way:
Quote: PRINT ... ; is faster than PRINT ... ,
im not sure what this means,
like this?
Print y,x;
print y,x,
Code:
PRINT a$; : REM Faster than PRINT a$
as it's slightly faster (specially during in-game prints)


