6 lines
34 B
Plaintext
6 lines
34 B
Plaintext
var x;
|
|
begin
|
|
x := 5;
|
|
! x
|
|
end.
|
var x;
|
|
begin
|
|
x := 5;
|
|
! x
|
|
end.
|