Module:No globals/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Documentation subpage}} | ||
== Usage == | == Usage == | ||
Include this module at the top of your code. An error will be raised any time your code tries to read or write to a non-local (undeclared) variable. | Include this module at the top of your code. An error will be raised any time your code tries to read or write to a non-local (undeclared) variable. | ||
<includeonly>{{sandbox other||{{testcases other|| | |||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
[[Category:Modules]] | [[Category:Modules]] | ||
}}</includeonly> | }}}}</includeonly> |
Latest revision as of 22:57, 11 June 2023
It contains usage information, categories and other content that is not part of the original module page.
|
Usage
Include this module at the top of your code. An error will be raised any time your code tries to read or write to a non-local (undeclared) variable.