summaryrefslogtreecommitdiff
path: root/doc/tutorial/Gatherer.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/Gatherer.gf')
-rw-r--r--doc/tutorial/Gatherer.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/Gatherer.gf b/doc/tutorial/Gatherer.gf
new file mode 100644
index 000000000..254a46ec0
--- /dev/null
+++ b/doc/tutorial/Gatherer.gf
@@ -0,0 +1,5 @@
+abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
+ fun
+ UseFish : Fish -> CN ;
+ UseMushroom : Mushroom -> CN ;
+} \ No newline at end of file