6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
FUNC INT main() {
|
|
INT x, y
|
|
x := 1
|
|
y := x
|
|
RETURN y
|
|
} |