1
0
forked from GitHub/gf-core
Files
gf-core/gf-book/examples/chapter4/Foods.gf
2011-01-11 15:46:43 +00:00

7 lines
152 B
Plaintext

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