| PEEK Function | Reference/Commodore BASIC V3.5
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.
DO : LOOP WHILE PEEK(198) <> 1 Wait until RETURN key is pressed
P SHIFT+E
POKE statement |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |