7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
|
|
cool_variable: *int;
|
|
|
|
other_thing :: proc(): int {
|
|
a := 0;
|
|
return a;
|
|
} |