function/PEEK function/PEEK NAME PEEK -- Gives contents of memory location ABBREVIATION p <shift> E SYNOPSIS PEEK(<address>) FUNCTION This function gives the contents of memory location <address>, where <address> is located in the range of 0 to 65535, returning a result from 0 to 255. This is often used in conjunction with the POKE statement. INPUTS <address> - memory location (0-65535) RESULT Contents of the memory location (numeric). EXAMPLES PEEK(1024) NOTES None BUGS None SEE ALSO POKE