Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 2.85 KB

File metadata and controls

26 lines (17 loc) · 2.85 KB

peek()

Returns a value at a stack variable index, but does not remove it.

The stack is created if not found.

Data signatures
peek( stack name: $${\color{green}str}$$, index: $${\color{green}int}$$ )
Call signatures
peek( stack name: Term ǁ Variable ǁ Header ǁ Function ǁ Reference, index: Term )
Purpose Value
Main focus peek() produces a calculated value
Context Qualifier
Match qualifiers onmatch, asbool
Value qualifiers onmatch

[Back to index]