Variadic function: Difference between revisions

m
Unicon/Icon consistency
m (Unicon/Icon consistency)
Line 999:
The above code will work in all versions of Tcl except for the last line. A version-independent transcription of that (one of many possible) would be:
<lang Tcl>eval [list print_all] [lrange $things 0 end]</lang>
 
=={{header|Unicon}}==
See [[#Icon|Icon]].
 
 
=={{header|V}}==
Anonymous user