RosettaCodeData/Task/Use-another-language-to-call-a-function/Tcl/use-another-language-to-call-a-function-4.tcl
2023-07-01 13:44:08 -04:00

3 lines
41 B
Tcl

proc Query {} {
return "Here am I"
}