mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-16 04:54:29 +02:00
update for v6/v7 support
This commit is contained in:
parent
4871e9432b
commit
b10b99bd87
120 changed files with 1479 additions and 22 deletions
|
@ -1,19 +0,0 @@
|
|||
# filename: ch6-08-local-vars.rsc
|
||||
|
||||
# Create a local variable
|
||||
:local SmallNumber;
|
||||
|
||||
# Print its value
|
||||
:put ("Variable contents: $SmallNumber");
|
||||
|
||||
# Assign some data to the variable
|
||||
:set SmallNumber 2
|
||||
|
||||
# Print its value again
|
||||
:put ("Variable contents: $SmallNumber");
|
||||
|
||||
# Let's change the variable value
|
||||
:set SmallNumber 3
|
||||
|
||||
# Print its value again
|
||||
:put ("Variable contents: $SmallNumber");
|
Loading…
Add table
Add a link
Reference in a new issue