mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
renamed Godis to Prolog ; added Fin
This commit is contained in:
10
examples/dialogue/WeekdayProlog.gf
Normal file
10
examples/dialogue/WeekdayProlog.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete WeekdayProlog of Weekday = open ResProlog, Prelude in {
|
||||
|
||||
lincat
|
||||
WDay = SS ;
|
||||
|
||||
lin
|
||||
Mon = ss "monday" ;
|
||||
Tue = ss "tuesday" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user