Top
Reads a cell value from a stack without removing it.
native any Top(int block = 0, bool asChar = false)
Parameters
int block
Optionally specify which block to read from
(useful if the blocksize > 0).
bool asChar
Optionally read as a byte instead of a cell.
Return Value
any Value read from the stack.Error
The stack is empty.