1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
--# -path=.:../Time ---File name weekday.Swe.gf concrete WeekdayProlog of Weekday = { pattern monday = "monday" ; tuesday = "tuesday" ; wednesday = "wednesday" ; thursday = "thursday" ; friday = "friday" ; saturday = "saturday" ; sunday = "sunday" ; today = "today" ; tomorrow = "tomorrow"; }