mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-08-03 01:34:37 +02:00
final edit fixes
This commit is contained in:
parent
b10b99bd87
commit
f3beb2ed9b
41 changed files with 164 additions and 150 deletions
|
@ -7,13 +7,13 @@
|
|||
:put ("Variable contents: $SmallNumber");
|
||||
|
||||
# Assign some data to the variable
|
||||
:set SmallNumber 2
|
||||
:set SmallNumber 2;
|
||||
|
||||
# Print its value again
|
||||
:put ("Variable contents: $SmallNumber");
|
||||
|
||||
# Let's change the variable value
|
||||
:set SmallNumber 3
|
||||
:set SmallNumber 3;
|
||||
|
||||
# Print its value again
|
||||
:put ("Variable contents: $SmallNumber");
|
Loading…
Add table
Add a link
Reference in a new issue