bas7qck.hlp (Table of Contents; Topic list)
PEEK Function
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
PEEK(address)
 
    ■ address     The offset from the current default segment (as set by
                  the DEF SEG statement). The value of address is between
                  0 and 65,535, inclusive.
 
Returns
    The byte stored at a specified memory location. The returned value
    is an integer between 0 and 255, inclusive.
 
See Also    DEF SEG    POKE    VARPTR$    VARPTR, VARSEG
            SSEG       SADD    SSEGADD