RosettaCodeData/Task/Repeat-a-string/Forth/repeat-a-string-3.fth

3 lines
77 B
Forth

pad 10 char * fill \ repeat a single character
pad 10 type \ **********