mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-24 12:55:01 +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 @@
|
|||
# ---- global scope start ----
|
||||
# filename: ch6-03-global-scope.rsc
|
||||
|
||||
# Let's create a variable in the global scope
|
||||
:local GlobalScopeVar "I'm in the global scope!";
|
||||
|
||||
# Let's print it out
|
||||
:put ("Global variable contents = $GlobalScopeVar");
|
||||
|
||||
# ---- global scope end ----
|
Loading…
Add table
Add a link
Reference in a new issue