mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
ocat fixed
This commit is contained in:
parent
c5f0e1e345
commit
9d7f23c918
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ MODULE OCatCmd; (* J. Templ, 13-Jan-96 *)
|
||||||
|
|
||||||
(* looks at the OBERON search path and writes one or more Oberon or ascii texts to standard out *)
|
(* looks at the OBERON search path and writes one or more Oberon or ascii texts to standard out *)
|
||||||
|
|
||||||
IMPORT Args, Console, Files := Files0, Texts := Texts0;
|
IMPORT Args, Console, Files, Texts;
|
||||||
|
|
||||||
PROCEDURE Cat*;
|
PROCEDURE Cat*;
|
||||||
VAR path: ARRAY 128 OF CHAR; i: INTEGER; T: Texts.Text; R: Texts.Reader; ch: CHAR; tab: BOOLEAN;
|
VAR path: ARRAY 128 OF CHAR; i: INTEGER; T: Texts.Text; R: Texts.Reader; ch: CHAR; tab: BOOLEAN;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue