rexx-things/projects/oorexx/functions.rex

5 lines
72 B
Rexx

tabs:
parse arg count
tab = X2C("09")
return copies(tab, count)