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