mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
4 lines
61 B
Modula-2
4 lines
61 B
Modula-2
MODULE architecture;
|
|
CONST arch* = "x86";
|
|
|
|
END architecture.
|