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