6 lines
106 B
Tcl
6 lines
106 B
Tcl
extern CORD_cat:func(a:Text, b:Text)->Text
|
|
|
|
func main():
|
|
>> CORD_cat("hello ", "world")
|
|
= "hello world"
|