wifinigel.MikrotikScripting/scripts/ch5-04-no-indentation.rsc
2023-01-19 21:27:15 +00:00

7 lines
No EOL
212 B
Text

# ch5-04-no-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!"}