1
0
forked from GitHub/gf-core
Files
gf-core/book/examples/chapter4/Foods.gf
2010-11-22 12:55:37 +00:00

7 lines
152 B
Plaintext

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