Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
peek [2019/05/07 21:29] neilspeek [2019/05/07 21:29] neils
Line 7: Line 7:
 The ''PEEK'' function returns the value that is read from a memory address. The function can return a byte or an integer. In the latter case the value will be promoted to integer type. The ''PEEK'' function returns the value that is read from a memory address. The function can return a byte or an integer. In the latter case the value will be promoted to integer type.
  
-Note: the address will be  as an unsigned integer.+Note: the address will be recognized  as an unsigned integer.
  
 Example: Example:
  
   let value = peek(n)   let value = peek(n)