summaryrefslogtreecommitdiff
path: root/doc/tutorial/NeolithicEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/NeolithicEng.gf')
-rw-r--r--doc/tutorial/NeolithicEng.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorial/NeolithicEng.gf b/doc/tutorial/NeolithicEng.gf
new file mode 100644
index 000000000..005781a7e
--- /dev/null
+++ b/doc/tutorial/NeolithicEng.gf
@@ -0,0 +1,6 @@
+concrete NeolithicEng of Neolithic = PaleolithicEng ** {
+ lin
+ Fire = {s = "fire"} ;
+ Wheel = {s = "wheel"} ;
+ Think = {s = "thinks"} ;
+}