POINT
Syntax
Description
Returns 1 if the pixel at coordinates (x, y) is set. 0 if it is not.
Requirements
POINT is a library function to be included with the following command:
Sample usage
Remarks
- This function extends the one in Sinclair BASIC (and it's compatible with it) since it also allows rows 22 and 23.
- When using
--sinclair
cmd line parameter this function is already available (i.e. no#include <point.bas>
sentence is needed)