| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
In computing, PEEK is a BASIC programming language function used for examining the contents of a memory address. It is usually invoked as follows, either in direct mode (entered and executed at the BASIC prompt) or in indirect mode (in a program):
PEEK(address)
See also: POKE