![]() |
Version 1.0.8 released! - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +--- Thread: Version 1.0.8 released! (/showthread.php?tid=83) |
Version 1.0.8 released! - boriel - 03-01-2009 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 "\ \::\:'\:.\..\'." |