rename and smth.

This commit is contained in:
norayr 2016-12-29 19:20:44 +04:00
parent 8e1a8f7d6f
commit 3cbba94857
3 changed files with 11 additions and 8 deletions

8
Days.Mod Normal file
View file

@ -0,0 +1,8 @@
MODULE Days;
TYPE Day* = RECORD END;
VAR sun*, mon*, tue*, wed*, thu*, fri*, sat* : Day;
END Days.