tomo/test/extern.tm

6 lines
63 B
Tcl

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