Scope modifiers: Difference between revisions

m
→‎{{header|Java}}: Grammar, numbers must agree
(→‎Common Lisp: new example)
m (→‎{{header|Java}}: Grammar, numbers must agree)
Line 137:
 
//Other declarations follow lexical scoping,
//being in the scope of the innermost set of braces ({}) to itthem.
//You may also create local scopes by surrounding blocks of code with braces.
 
Line 150:
//can use x and y here, but NOT z
}</lang>
 
 
=={{header|Perl}}==
Anonymous user