Files
gf-core/examples/dialogue/WeekdayFre.gf
2006-05-16 13:07:41 +00:00

11 lines
172 B
Plaintext

concrete WeekdayFre of Weekday = open LangFre, ParadigmsFre in {
lincat
WDay = PN ;
lin
Mon = mkPN "lundi" masculine ;
Tue = mkPN "mardi" masculine ;
}