RosettaCodeData/Task/Interactive-programming-repl-/Tcl/interactive-programming-repl--2.tcl

6 lines
86 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ tclsh
% proc f {a b s} {join [list $a "" $b] $s}
% f Rosetta Code :
Rosetta::Code
%