: repeat-string ( str n -- str' ) swap concat ; "ha" 5 repeat-string print