Commodore 128 System Manual page 340

Hide thumbs Also See for 128:
Table of Contents

Advertisement

7T
Returns the value of pi (3.14159265)
EXAMPLE:
PRINT 7 r
3.14159265
POINTER
Return the address of a variable name
POINTER (variable name)
EXAMPLE:
PRINT POINTER (Z)
This example returns the address of variable Z.
POS
Returns the current cursor column position within the current
screen window
POS(X)
The POS function indicates where the cursor is within the defined
screen window. X is a dummy argument, which must be
specified, but the value is ignored.
EXAMPLE:
PRINT "0123456789"POS(1)
0123456789 10
This displays the current cursor position within the defined text
window, in this case 10.
POT
Returns the value of the game-paddle potentiometer
POT (n)
18-12

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

128d

Table of Contents