User Tools

Site Tools


4rpl:commands:tablen

Differences

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

Link to this comparison view

Next revision
Previous revision
4rpl:commands:tablen [2021/01/08 16:01] – external edit 127.0.0.14rpl:commands:tablen [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<=[[4rpl:start| Index]] \\ 
 +<=[[4rpl:start#tables| Tables]]
  
 ====== TableN ====== ====== TableN ======
Line 10: Line 11:
  
 ===== Examples ===== ===== Examples =====
 +
 <code 4rpl> <code 4rpl>
-Take the top two pairs from the stack and add to the table. The bottom most pair will be left on the stack underneath the newly created table+# Take the three pairs from the stack and add to the table.  
 +TableN("Key0" "Val0" "Key1" "Val1" "Key2" "Val2" 3) ->table 
 +</code> 
 + 
 +<code 4rpl> 
 +Take the top two pairs from the stack and add to the table.  
 +The bottom most pair will be left on the stack underneath the newly created table
 TableN("Key0" "Val0" "Key1" "Val1" "Key2" "Val2" 2) ->table TableN("Key0" "Val0" "Key1" "Val1" "Key2" "Val2" 2) ->table
 </code> </code>
 +
 <=[[4rpl:start| Index]] <=[[4rpl:start| Index]]
 +
  
4rpl/commands/tablen.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)