mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-05 21:02:25 +00:00
fix.
This commit is contained in:
parent
0f58a5ac19
commit
0d23645e83
1 changed files with 1 additions and 0 deletions
1
Days.Mod
1
Days.Mod
|
|
@ -49,6 +49,7 @@ MODULE Days;
|
||||||
w[i].next := w[j];
|
w[i].next := w[j];
|
||||||
j := i; dec(j);
|
j := i; dec(j);
|
||||||
w[i].prev := w[j];
|
w[i].prev := w[j];
|
||||||
|
INC(i)
|
||||||
UNTIL i > 6;
|
UNTIL i > 6;
|
||||||
END init;
|
END init;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue