tomo/test/extern.tm

6 lines
60 B
Plaintext
Raw Normal View History

extern sqrt:func(n:Num->Num)
2024-04-12 10:09:31 -07:00
2024-04-28 11:58:55 -07:00
func main():
2024-09-02 16:23:35 -07:00
>> sqrt(4)
= 2