This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:tablen [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:tablen [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | < | ||
| ====== 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(" | ||
| + | </ | ||
| + | |||
| + | <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(" | TableN(" | ||
| </ | </ | ||
| + | |||
| < | < | ||
| + | |||