I accidentally discovered that Static can be used to decorate Function, for example:
But this usage seems to be less valuable than the Static-Function of the C++ class. Do we have a way to implement Static-Function similar to C++ class? Thanks.
Code:
Static Function MyFunc()
End Function