Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 3.37 KB

File metadata and controls

24 lines (16 loc) · 3.37 KB

slice()

Slice extracts part of a stack into a new stack.

Data signatures
slice( stack var name: $${\color{green}str}$$, from here: $${\color{green}int}$$, [to here: $${\color{green}int}$$] )
Call signatures
slice( stack var name: Term, from here: Term ǁ Variable ǁ Header ǁ Function, [to here: Term ǁ Variable ǁ Header ǁ Function] )
Purpose Value
Main focus slice() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]