RosettaCodeData/Task/Variadic-function/Klingphix/variadic-function.klingphix
2023-07-01 13:44:08 -04:00

12 lines
187 B
Text

: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