This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:createlist [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:createlist [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | < | ||
====== CreateList ====== | ====== CreateList ====== | ||
Line 6: | 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 ===== |