4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
FUNC INT main() {
|
|
INT a,b,c
|
|
a := 2
|
|
RETURN 4 + 6 * 5 + a } |