1
0
forked from GitHub/gf-core

index and tutorial

This commit is contained in:
aarne
2005-05-12 16:12:03 +00:00
parent 620550889f
commit 81e5fe0db9
11 changed files with 201 additions and 23 deletions

5
doc/tutorial/FishEng.gf Normal file
View File

@@ -0,0 +1,5 @@
concrete FishEng of Fish = {
lin
Salmon = {s = "salmon"} ;
Perch = {s = "perch"} ;
}