1 2 3 4 5 6
module ooo { module vba { constants VbCalendar { const long vbCalGreg = 0; const long vbCalHijri = 1; }; }; };