Warning
You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.
DEEK()
Syntax:
deek(<int address>)
The DEEK
function returns the value that is read from a two-byte memory location: address
and address+1
. The function always returns an integer.
Note: the address will be recognized as an unsigned integer.
Example:
let value = deek(n) rem -- the above will return what is stored in rem -- memory locations n and n+1