User Tools

Site Tools


4rpl:commands:listn

Differences

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

Link to this comparison view

Next revision
Previous revision
4rpl:commands:listn [2021/01/08 11:01] – external edit 127.0.0.14rpl:commands:listn [2021/06/17 07:33] (current) – [Examples] typos fix in example Karsten75
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<=[[4rpl:start| Index]] \\ 
 +<=[[4rpl:start#lists| Lists]]
  
 ====== ListN ====== ====== ListN ======
Line 12: Line 13:
 <code 4rpl> <code 4rpl>
 #Will create a list that contains "C" and "D". "A" will remain on the stack. #Will create a list that contains "C" and "D". "A" will remain on the stack.
-ListN("A" "B" "C" 2) ->list+ListN("A" "C" "D" 2) ->list
 trace(GetListCount(<-list) trace(GetListCount(<-list)
 </code> </code>
 <=[[4rpl:start| Index]] <=[[4rpl:start| Index]]
  
4rpl/commands/listn.txt · Last modified: 2021/06/17 07:33 by Karsten75