Login
Plus/4 EncyclopediaFirstBackNextLast

PEEK Function
Category
Reference/Commodore Basic V3.5

Topic
PEEK(X)

This function returns a numeric value.

This function returns the contents of the memory loaction X (where X is in decimal format). This function is often used in conjunction with the POKE statement.

Example
DO : LOOP WHILE PEEK(198) <> 1 Wait until RETURN key is pressed

Abbreviation
P SHIFT+E

See Also
POKE statement 



Copyright © Plus/4 World Team, 2001-2024