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

6 lines
86 B
Tcl
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
$ tclsh
% proc f {a b s} {join [list $a "" $b] $s}
% f Rosetta Code :
Rosetta::Code
%