3 lines
89 B
Factor
3 lines
89 B
Factor
: repeat-string ( str n -- str' ) swap <repetition> concat ;
|
|
|
|
"ha" 5 repeat-string print
|