This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:switch [2024/02/24 11:40] – expand Grabz | 4rpl:commands:switch [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| :!: Available in version 2.4.4 and later. | :!: Available in version 2.4.4 and later. | ||
| - | ====== | + | ====== |
| switch | switch | ||
| Line 12: | Line 12: | ||
| Allow for multiple selection control in a single, more compact form that multiple if/else if/endif endif format. This is intended to improve clarity by reducing otherwise repetitive coding. | Allow for multiple selection control in a single, more compact form that multiple if/else if/endif endif format. This is intended to improve clarity by reducing otherwise repetitive coding. | ||
| - | All code between '' | + | All code between '' |
| === Programming note === | === Programming note === | ||