mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-12-15 15:09:30 +00:00
publish copy updates
This commit is contained in:
parent
4548f7c5c1
commit
8a3419b536
22 changed files with 63 additions and 48 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
:for Number from=1 to=10 do={
|
||||
:local Result ($Number * $MULTIPLIER)
|
||||
:put ("This is an unusually long line. Here is the result $Number times \
|
||||
$MULTIPLIER is: $Result")
|
||||
:put ("This is an unusually long line. Here is the result $Number \
|
||||
times $MULTIPLIER is: $Result")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue