RosettaCodeData/Task/Repeat-a-string/Babel/repeat-a-string-1.pb
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
73 B
Text

main: { "ha" 5 print_repeat }
print_repeat!: { <- { dup << } -> times }