mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
8 lines
82 B
Modula-2
8 lines
82 B
Modula-2
MODULE Oberon;
|
|
|
|
IMPORT Texts := CmdlnTexts;
|
|
|
|
VAR Log* : Texts.Text;
|
|
|
|
|
|
END Oberon.
|