Forum
POINT = ? (solved) - 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: POINT = ? (solved) (/showthread.php?tid=2488)



POINT = ? (solved) - zarsoft - 11-02-2023

Where is the POINT function?


RE: POINT = ? - boriel - 11-02-2023

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).