Scope modifiers: Difference between revisions

No edit summary
Line 701:
 
=={{header|M2000 Interpreter}}==
We can use Global, Local to shadow any sanesame variable and give scope to new one.
 
We can use Static for simple variables, so we can find them in the next call.
Line 792:
Print Module$ ' print A
</lang>
 
 
=={{header|Mathematica}}==
404

edits