index and tutorial

This commit is contained in:
aarne
2005-05-12 16:12:03 +00:00
parent 73a60aabf5
commit f496c49263
11 changed files with 201 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
concrete NeolithicEng of Neolithic = PaleolithicEng ** {
lin
Fire = {s = "fire"} ;
Wheel = {s = "wheel"} ;
Think = {s = "thinks"} ;
}