Peek

Read the 8 bit value at an address

Syntax: var = Peek(address)

var

Variable to store the value into

address

The address to read from

Example:

a=Peek(x)

Also See:  Poke