This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:createlist [2021/03/02 18:03] – Karsten75 | 4rpl:commands:createlist [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Creates an empty list. | + | 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 ===== | ||