mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
Update test files to v2.
This commit is contained in:
parent
a9b273e30a
commit
ce855c93c8
6 changed files with 212 additions and 241 deletions
|
|
@ -20,8 +20,9 @@ IF F # NIL THEN
|
|||
Texts.Read (R, ch);
|
||||
|
||||
WHILE ~R.eot DO
|
||||
Texts.Read (R, ch);
|
||||
Console.Char(ch);
|
||||
IF ch = 0DX THEN Console.Char(0AX) END;
|
||||
Texts.Read (R, ch);
|
||||
END;
|
||||
|
||||
ELSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue