POINT AT ( [x], [y] ) POINT AT(#x, #y) POINT AT(x, y)
The POINT AT
instruction allows you to draw a point on the screen, at
the (x, y)
coordinate. The color is the default color, the one set with
the last INK
/ PEN
command.
POINT AT ( 42, 42 ) POINT AT (42, 42) POINT AT (100, 100) POINT AT (x+1,y+1)
See also the following example files:
PtAt
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!