1
0
forked from GitHub/gf-rgl

overloading API and examples

This commit is contained in:
aarne
2006-11-18 21:10:46 +00:00
parent af23650f7e
commit d8b3714e4e
7 changed files with 426 additions and 0 deletions

5
resource-1.0/api/Koe.gf Normal file
View File

@@ -0,0 +1,5 @@
abstract Koe = Cat ** {
fun ex1, ex2, ex3 : Phr ;
}