typo in library comment - 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) +---- Forum: Bug Reports (https://www.boriel.com/forum/forumdisplay.php?fid=15) +---- Thread: typo in library comment (/showthread.php?tid=249) |
typo in library comment - programandala.net - 06-17-2010 This is not a bug but an innocuous typo. The following lines in library/csrlin.bas: Code: dim maxy as ubyte at 23683: REM 'Max COL position + 1 (default 33) Should read: Quote: dim maxy as ubyte at 23683: REM 'Max LIN position + 1 (default 24) I guess they were copied and pasted from library/pos.bas Re: typo in library comment - boriel - 06-17-2010 That's right. In fact I think it's already fixed in the svn/trunk version. :-) (There are some other glitched in the .bas library, such as missing #pragma's). I'm fixing all of them as soon as I find them. |