paladin-t / b8

BASIC8 - The Fantasy Computer/Console!
https://paladin-t.github.io/b8/
221 stars 15 forks source link

The "print" method with writing in new line #30

Closed JasonNumberThirteen closed 5 years ago

JasonNumberThirteen commented 5 years ago

I think it would be great to change "print" method to write set string but in new line. Everyone knows that using debugging tools is for quick bug fixing and methods like that should automatically format the text to make him readable.

paladin-t commented 5 years ago

Use semicolon ; to make a newline, eg. print 123; print ; etc.