mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 00:32:24 +00:00
4 lines
65 B
Modula-2
4 lines
65 B
Modula-2
MODULE architecture;
|
|
CONST arch* = "powerpc";
|
|
|
|
END architecture.
|