forked from GitHub/gf-core
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
abstract UserMath = User, Math ** {
|
|
fun
|
|
QSum : Number -> Number -> Query ;
|
|
} ;
|
|
|