pothi.mikrotik-scripts/test-snippets/test-array.rsc

8 lines
101 B
Text
Raw Permalink Normal View History

2024-02-22 08:09:22 +05:30
:local scripts
:set scripts {"lease";"buttons"}
:foreach script in=$scripts do={
:put $script;
}