7 lines
58 B
Plaintext
7 lines
58 B
Plaintext
main = Func(): Int {
|
|
a: Int = 10;
|
|
|
|
a += 1;
|
|
|
|
return a;
|
|
} |