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