7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
|
proc main() {
|
||
|
var i: int;
|
||
|
i := 28;
|
||
|
|
||
|
printi(i + 30);
|
||
|
}
|