An example (or one variation at least) that I created in a discussion we (devs/mods) were having about protecting global variables. ; An enumeration for the getters and setters, as I hate having to write zero and one
Global Enum $VERSION_WRAPPER_GET, $VERSION_WRAPPER_SET
; Unused, as I have hidden...