diff options
Diffstat (limited to 'doc/tutorial/applications/FoodComments.gf')
| -rw-r--r-- | doc/tutorial/applications/FoodComments.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tutorial/applications/FoodComments.gf b/doc/tutorial/applications/FoodComments.gf new file mode 100644 index 000000000..2d9f7013b --- /dev/null +++ b/doc/tutorial/applications/FoodComments.gf @@ -0,0 +1,7 @@ +abstract FoodComments = Comments ** { + + fun + Wine, Cheese, Fish, Pizza : Kind ; + Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ; + +} |
