User Tools

Site Tools


ugbasic:user:peek
Translations of this page:


ugBASIC User Manual

PEEK

SYNTAX

  • = PEEK( # [integer] )
  • = PEEK( [expressiio] )

PURPOSE

Retrieve a byte from memory, and returns it.

EXAMPLE

 memoria = PEEK( # 49192 )
 memory = PEEK( location )

AVAILABLE ON

  • ZX Spectrum 48K
  • Commodore 64

SEE ALSO