home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ARexx4Beginners / Articles_01-10 / Example6-1.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-12-14  |  83 b   |  6 lines

  1. /* Example6-1.rexx */
  2.  
  3. DO Len = 1 to 20
  4.    SAY CENTRE(' Test String ',Len,'*')
  5. END
  6.