tomo/test/extern.tm

6 lines
106 B
Plaintext
Raw Normal View History

2024-03-24 12:06:59 -07:00
extern CORD_cat:func(a:Text, b:Text)->Text
2024-04-12 10:09:31 -07:00
2024-04-28 11:58:55 -07:00
func main():
2024-04-12 10:09:31 -07:00
>> CORD_cat("hello ", "world")
= "hello world"