In BlitzMax, how can I print to the console without doing a CR? Blitz+ had a 'write' command for this, but it doesn't work in BMax.
Example of old-shool BASIC way:
print "hello ";
print "world"
results in: hello world
Example of old-shool BASIC way:
print "hello ";
print "world"
results in: hello world