Scope/Function names and labels: Difference between revisions

m
Line 451:
variable is explicitly declared to be local with the <code>local</code> keyword.
<br />
Julia uses lexical scoping, so the scope of a variable as defined above can be determined just by looking at the code where the variable was defined. Modules are nest-able within other modules and functions are nest-able within functions.
determined just by looking at the code where the variable was defined.
 
=={{header|Kotlin}}==
4,105

edits