diff options
| author | aarne <unknown> | 2005-05-12 16:12:03 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-12 16:12:03 +0000 |
| commit | f496c49263c0eecd9e7288d8aeea48fac489bb5d (patch) | |
| tree | fb37f24c4b382dc958e84695b652455c006f6b5c /doc/tutorial/NeolithicEng.gf | |
| parent | 73a60aabf50488b34f7813036f20246aa702da80 (diff) | |
index and tutorial
Diffstat (limited to 'doc/tutorial/NeolithicEng.gf')
| -rw-r--r-- | doc/tutorial/NeolithicEng.gf | 6 |
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"} ; +} |
