1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/applications/FoodComments.gf
2005-12-19 16:31:40 +00:00

8 lines
154 B
Plaintext

abstract FoodComments = Comments ** {
fun
Wine, Cheese, Fish, Pizza : Kind ;
Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ;
}