Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 299 Bytes

File metadata and controls

9 lines (8 loc) · 299 Bytes

Class Guards

When storing configuration and settings in command files, you can wrap them in "class guards" to ensure that the old code is destroyed each time the is reloaded:

#class {MYCLASS} {kill};
#class {MYCLASS} {open};
...
#class {MYCLASS} {close};