STATIC

This keyword is used when:
  • Declaring static variables in a class.

  • Declaring static methods in a class.

  • Announcing classes that have the "automatic instanciation" feature.

  • Declaring a local static variable inside a function.
    Since 3.17

Check the following links for more detail.

See also