RosettaCodeData/Task/User-input-Text/Forth/user-input-text-5.fth
2023-07-01 13:44:08 -04:00

8 lines
244 B
Forth

: input#
begin
refill drop bl parse-word ( a n)
number error? ( n f)
while ( n)
drop ( --)
repeat ( n)
;