summaryrefslogtreecommitdiff
path: root/doc/tutorial/old/NeolithicEng.gf
blob: 005781a7e41fb921b4e685032bcd17271a0e3dfd (plain)
1
2
3
4
5
6
concrete NeolithicEng of Neolithic = PaleolithicEng ** {
  lin
    Fire  = {s = "fire"} ;
    Wheel = {s = "wheel"} ;
    Think = {s = "thinks"} ;
}