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 [2021/03/02 13:03] Karsten754rpl:commands:createlist [2024/02/14 21:18] (current) – old revision restored (2024/02/14 14:58) digitalizedMind
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: '' CreateList dup ->list1 ->list2 '' The list assigned to each var will ALWAYS be the same. Therefore, any changes applied to either variable will affect both.
  
 ===== Examples ===== ===== Examples =====
4rpl/commands/createlist.1614708238.txt.gz · Last modified: 2021/03/02 13:03 by Karsten75