Files
compiler-the-translators/tests/sprint2/test/sp2_presidence.alpha
2025-03-07 12:36:06 -05:00

5 lines
62 B
Plaintext

entry(arg) := {
[integer:x]
x := 3 + 2 * 8;
}