summaryrefslogtreecommitdiff
path: root/grammars/video/Weekday/weekdayProlog.gf
blob: ae824fce5768c079457b665373c717ca2f10487c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---File name weekday.Swe.gf

concrete weekdayProlog of weekday = {

pattern
--today = "today" ;
monday = "monday" ;
tuesday = "tuesday" ;
wednesday = "wednesday" ;
thursday = "thursday" ;
friday = "friday" ;
saturday = "saturday" ;
sunday = "sunday" ;
}