Variadic function: Difference between revisions

(Added Wren)
Line 1,479:
last
</lang>
 
=={{header|Klingphix}}==
<lang Klingphix>:varfunc
1 tolist flatten
len [
get print nl
] for
drop
;
 
"Enter any number of words separated by space: " input nl
stklen [split varfunc nl] if
 
nl "End " input</lang>
 
=={{header|Kotlin}}==
672

edits