![]() |
|
Version 1.0.8 released! - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +--- Thread: Version 1.0.8 released! (/showthread.php?tid=83) |
Version 1.0.8 released! - boriel - 2009-03-01 This release includes new fixes and improvements:
Code: 10 PRINT PAPER 2; STR$(0)To enter an UDG character like "A" type \A. For example: Code: PRINT "\a": REM This will print UDG "A"Code: 10 PRINT "\ \::\:'\:.\..\'." |