rexx-things/projects/oorexx/functions.rex

5 lines
72 B
Rexx
Raw Normal View History

2025-03-17 23:22:49 +00:00
tabs:
parse arg count
tab = X2C("09")
return copies(tab, count)