mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-10 01:54:30 +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,10 +0,0 @@
|
|||
# ch5-05-indentation.rsc
|
||||
|
||||
# Create an if-else statement with no additional indentation
|
||||
:local DayOfWeek "Monday";
|
||||
|
||||
if ($DayOfWeek = "Monday") do={
|
||||
:put "Boo...it's Monday.";
|
||||
} else={
|
||||
:put "Yay! It's not Monday!";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue