![]() |
POINT = ? (solved) - 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: POINT = ? (solved) (/showthread.php?tid=2488) |
POINT = ? (solved) - zarsoft - 2023-11-02 Where is the POINT function? RE: POINT = ? - boriel - 2023-11-02 Some functions (for the moment) are implemented as external libraries, notably ATTR, POINT, SCREEN. I see (again) that for PLOT this is broken. Will fix it. Basically, include it at the beginning of your program: Code: #include <point.bas> This is automatically done if you compile in Sinclair BASIC mode (--sinclair). |