forked from GitHub/gf-core
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
abstract SystemMath = System, Math ** {
|
|
fun
|
|
RSum : Number -> Number -> Int -> Reply ;
|
|
} ;
|