1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/old/FishEng.gf
2005-12-18 21:26:21 +00:00

6 lines
96 B
Plaintext

concrete FishEng of Fish = {
lin
Salmon = {s = "salmon"} ;
Perch = {s = "perch"} ;
}