mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-21 21:58:59 +02:00
Add a test script for arrays
This commit is contained in:
parent
df330d0b54
commit
778449646f
1 changed files with 7 additions and 0 deletions
7
test-snippets/test-array.rsc
Normal file
7
test-snippets/test-array.rsc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
:local scripts
|
||||||
|
|
||||||
|
:set scripts {"lease";"buttons"}
|
||||||
|
|
||||||
|
:foreach script in=$scripts do={
|
||||||
|
:put $script;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue