mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
parent
5d1eed31e4
commit
849a759bce
2 changed files with 2 additions and 0 deletions
|
|
@ -829,6 +829,7 @@ END StrToReal;
|
|||
PROCEDURE Init();
|
||||
VAR i: LONGINT; s: Texts.Scanner; txt : Texts.Text; (* noch *)
|
||||
BEGIN
|
||||
NEW(txt);
|
||||
Texts.Open(txt, "System.DateFormat"); (* got rid of Oberon.OpenScanner -- noch *)
|
||||
Texts.OpenScanner(s, txt, 0);
|
||||
IF s.class = Texts.String THEN COPY(s.s, dateform) ELSE dateform := "" END;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue