RosettaCodeData/Task/Variadic-function/Klingphix/variadic-function.klingphix

13 lines
187 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: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