Static members
An static member would just behave like a global variable inside struct syntax, just add the static
keyword before the member syntax. There can be static arrays as well.
They might be useful in conjunction to methods.
Last modified: 16 October 2024