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
4rpl:commands:createlist [2024/02/14 14:58] – old revision restored (2021/03/08 13:55) digitalizedMind4rpl:commands:createlist [2024/02/14 21:18] (current) – old revision restored (2024/02/14 14:58) digitalizedMind
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: '' 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.1707940720.txt.gz · Last modified: 2024/02/14 14:58 by digitalizedMind