6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
FUNC INT main() {
|
|
INT a,b[10],c,d[11]
|
|
a:=1
|
|
c:=2
|
|
b[1] := 2
|
|
} |