peek()

Reads a byte value from memory bank at given address. If bank number is omitted, will be used current one.

Syntax:
peek( bank , address )
peek( address )

Example:

See also poke() command.