.. index:: single: Oberon .. _Oberon: ****** Oberon ****** Module with various system functions Const ===== .. code-block:: modula2 TIMEUTC* = 1; Types ===== .. code-block:: modula2 TTime* = LONGINT; .. code-block:: modula2 TimeSpec* = RECORD secs*: TTime; nsecs*: LONGINT END;