forked from GitHub/gf-core
new tutorial example
This commit is contained in:
5
doc/tutorial/old/FishEng.gf
Normal file
5
doc/tutorial/old/FishEng.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
concrete FishEng of Fish = {
|
||||
lin
|
||||
Salmon = {s = "salmon"} ;
|
||||
Perch = {s = "perch"} ;
|
||||
}
|
||||
Reference in New Issue
Block a user