typo in scroll.bas - 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 scroll.bas (/showthread.php?tid=221) |
typo in scroll.bas - programandala.net - 05-23-2010 In library/scroll.bas, the name of the last Code: sub fastcall ScrollLeft should be Code: sub fastcall ScrollUp (I'm using 1.2.6, but just realized "zxb.py --version" reports 1.2.5-r1513. Maybe I confused the files?) Re: typo in scroll.bas - boriel - 05-23-2010 Scroll code is *really* alpha (not even beta). It was just included accidentally :mrgreen: The name is ok. It's the function body what is wrong, if I recall correctly: I just copied from the Left scroll funcion (was easier). Anyway: today I have 3 free hours (or less). So will try to do something on ZX BASIC. |