User Tools

Site Tools


4rpl:commands:appendstacktolist

This is an old revision of the document!


Index
Lists

AppendStackToList

AppendStackToList

Description

Adds all values on the stack to the end of a list. The order of the values will be reversed.

Note that the stack will be empty after this call, so think before using it in functions.

Examples

CreateList ->list
6 5 4 3 2 1 <-list AppendStackToList 
Trace(<-list) 

Index

4rpl/commands/appendstacktolist.1624803826.txt.gz · Last modified: 2021/06/27 10:23 by virgilw