Files
Plasma/tests/test.pla
2025-10-17 06:21:33 +11:00

7 lines
58 B
Plaintext

main = Func(): Int {
a: Int = 10;
a += 1;
return a;
}