{{htmlmetatags>metatag-robots=()
metatag-title=(POINT AT | ugBASIC User Manual)
metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum)
metatag-description=(Manual page for POINT AT)
metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png)
metatag-og:title=(POINT AT | ugBASIC User Manual)
metatag-og:description=(Manual page for POINT AT)
}}
====== 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:
* ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/contrib_sierpinski3.bas|contrib_sierpinski3.bas]]''
==== ABBREVIATION ====
PtAt
==== 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 [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=ISSUE ON POINT AT|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY =====
[[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]