1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/FishEng.gf
2005-05-12 16:12:03 +00:00

6 lines
96 B
Plaintext

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