User Tools

Site Tools


4rpl:commands:createlist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
4rpl:commands:createlist [2024/02/14 19:55] digitalizedMind4rpl:commands:createlist [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 10: Line 10:
 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 anything similar: ''CreateList dup ->list1 ->list2'' The lists will actually be the same, just with different variables.+:WARNING: If you do the following, or something similar: '' CreateList dup ->list1 ->list2 '' The list assigned to each var will ALWAYS be the same. Thereforeany changes applied to either variable will affect both.
  
 ===== Examples ===== ===== Examples =====
4rpl/commands/createlist.1707940503.txt.gz · Last modified: 2025/02/14 14:56 (external edit)