Replace ! with a function call writei
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
begin
|
||||
if True then ! 8;
|
||||
if False then
|
||||
begin
|
||||
! 5;
|
||||
! 5;
|
||||
! 5
|
||||
end
|
||||
if True then writei(8);
|
||||
if False then
|
||||
begin
|
||||
writei(5);
|
||||
writei(5);
|
||||
writei(5)
|
||||
end
|
||||
end.
|
||||
|
Reference in New Issue
Block a user