![]() |
|
typo in scroll.bas - 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) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: typo in scroll.bas (/showthread.php?tid=221) |
typo in scroll.bas - programandala.net - 2010-05-23 In library/scroll.bas, the name of the last Code: sub fastcall ScrollLeftshould 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 - 2010-05-23 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. |