mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
parent
6961b9628e
commit
91ac611b12
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
MODULE Sets;
|
||||
|
||||
IMPORT Texts;
|
||||
|
||||
CONST size* = 32;
|
||||
IMPORT Texts := CmdlnTexts;
|
||||
|
||||
CONST (*size* = 32;*)
|
||||
size* = MAX(SET) + 1;
|
||||
|
||||
PROCEDURE Clear*(VAR s: ARRAY OF SET);
|
||||
VAR i: INTEGER;
|
||||
|
|
@ -134,4 +134,4 @@ BEGIN
|
|||
Texts.Write(f, "}")
|
||||
END Print;
|
||||
|
||||
|
||||
END Sets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue