This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:createlist [2021/03/08 18:55] – added additional clarification. Karsten75 | 4rpl:commands:createlist [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Description ===== | ===== Description ===== | ||
| Creates an empty list and pushes it onto the stack. If saved in a variable, then whatever was in that variable previously gets dropped (and garbage collected) and replaced with the new list just created. | Creates an empty list and pushes it onto the stack. If saved in a variable, then whatever was in that variable previously gets dropped (and garbage collected) and replaced with the new list just created. | ||
| + | |||
| + | :WARNING: If you do the following, or something similar: '' | ||
| ===== Examples ===== | ===== Examples ===== | ||