Scope modifiers: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
(Added Quackery.)
Line 1,354: Line 1,354:
>>></syntaxhighlight>
>>></syntaxhighlight>
More information on the scope modifiers can be found [http://docs.python.org/3.0/reference/simple_stmts.html#grammar-token-global_stmt here].
More information on the scope modifiers can be found [http://docs.python.org/3.0/reference/simple_stmts.html#grammar-token-global_stmt here].

=={{header|Quackery}}==

Quackery does no have scoping, so there are no scope modifiers. See [[Scope/Function names and labels#Quackery]] for rationale.


=={{header|R}}==
=={{header|R}}==