Update lua-introduction.rst

gccjit-ravi534
Dibyendu Majumdar 7 years ago committed by GitHub
parent 305b543dd4
commit d9df16ca8c

@ -66,6 +66,7 @@ local variables. For example, ``print`` is a global function - and following cre
print('hello world!') -- calls the same function as global print()
There are some exceptions to the rule:
* the iterator variables declared in a ``for`` loop are implicitly local.
* function parameters are local to the function

Loading…
Cancel
Save