summaryrefslogtreecommitdiff
path: root/doc/tutorial/Neolithic.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/Neolithic.gf')
-rw-r--r--doc/tutorial/Neolithic.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/Neolithic.gf b/doc/tutorial/Neolithic.gf
new file mode 100644
index 000000000..2f5c6d116
--- /dev/null
+++ b/doc/tutorial/Neolithic.gf
@@ -0,0 +1,5 @@
+abstract Neolithic = Paleolithic ** {
+ fun
+ Fire, Wheel : CN ;
+ Think : V ;
+}