EasyManua.ls Logo

VTech PreComputer Prestige - Page 52

VTech PreComputer Prestige
93 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
50
END
Line # END
The END statement is used as the last command in a program. It stops the program.
Examples:
160 END
999 END
PSET
This command is used for drawing a specified point on the screen.
PSET X, Y
(X, Y) is a coordinate of the specified point to be shown.
X represents a value of horizontal position.
Y represents a value of vertical position.
Example:
10 CLS
20 PSET 100, 8
The result: a screen pixel at coordinate (100, 8) will be turned on.
PRESET
This command turns off a specified point on the screen.
PRESET X, Y
(X, Y) is the coordinate of the specified point to be cleared.
X represents a value of a horizontal position.
Y represents a value of vertical position.

Related product manuals