This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:specialsyntax [2022/09/03 19:14] – [Coerce table to list] syntax Karsten75 | 4rpl:commands:specialsyntax [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 85: | Line 85: | ||
| ---- | ---- | ||
| ===== Lists ===== | ===== Lists ===== | ||
| + | |||
| + | < | ||
| Lists are collections of data. They are similar to arrays but they do not have a fixed length. | Lists are collections of data. They are similar to arrays but they do not have a fixed length. | ||
| Line 117: | Line 119: | ||
| ---- | ---- | ||
| ===== Tables ===== | ===== Tables ===== | ||
| + | |||
| + | < | ||
| Tables are collection of named data. They are sometimes called dictionaries in other languages. | Tables are collection of named data. They are sometimes called dictionaries in other languages. | ||