Module:No globals/doc: Difference between revisions

From HIBIKIFORUM
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:
{{module rating|p}}
{{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||


<includeonly>
<!-- 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

Light bulb.png }}
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.