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