call
Input Stack:
|
⇨ | Output Stack:
|
Pops a list off the stack and executes it as a program.
Example:
(,a,),:call
Pos | Input | Output |
---|---|---|
0 | List(a) | a |
Input Stack:
|
⇨ | Output Stack:
|
Pops a list off the stack and executes it as a program.
Example:
(,a,),:call
Pos | Input | Output |
---|---|---|
0 | List(a) | a |