Category:Guish: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 321:
; '''=> <signal> <subcmd>'''
: register a sub-command <subcmd> to run when <signal> triggers. For normal signals (eg. signals tied to elements), there must exist an implied subject.
; '''!> <signal>'''
: unregister a sub-command <subcmd> previously registered on signal <signal>.
; '''global <var> = [<val>]'''
: defines a variable using the same rules of variable definition, but defining that variable in the global scope; this usually can be used inside functions to define a global variable which doesn't exist already.
39

edits