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

4 lines
61 B
Tcl

proc Query data {
puts "Query was $data"
return 1;
}