Table of Contents

ugBASIC User Manual

POINT AT ✓

SYNTAX

   POINT AT ( [x], [y] )
   POINT AT(#x, #y)
   POINT AT(x, y)

PURPOSE

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.

EXAMPLE

  POINT AT ( 42, 42 )
  POINT AT (42, 42)
  POINT AT (100, 100)
  POINT AT (x+1,y+1)

See also the following example files:

ABBREVIATION

 PtAt

AVAILABLE ON

ANY PROBLEM?

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!

POWERED BY