User Tools

Site Tools


ugbasic:user:kw:point_at
Translations of this page:


ugBASIC User Manual

POINT AT

SYNTAX

   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 (100, 100)
  POINT AT (x+1,y+1)

ABBREVIATION

 Pt At

AVAILABLE ON

  • Commodore 128 (MOS 8502)

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