tomo/test/extern.tm
2024-09-02 19:23:35 -04:00

6 lines
60 B
Tcl

extern sqrt:func(n:Num)->Num
func main():
>> sqrt(4)
= 2