Global Class
From The Oxygene Language Wiki
This is a Language topic about Oxygene
Language Topics Introduction | Structured Overview | Grammar | Keywords | Functions
Although .NET (and with Oxygene) is completely object oriented, we support a global class to allow for global methods, as often used in Pascal code.
These methods become part of a class called __Global, of which only one is created per namespace, and only if global variables or methods are used.