home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / demos301.zip / SAMPLES.ZIP / EXAM09.CTL < prev    next >
Text File  |  1993-01-07  |  388b  |  17 lines

  1. /* EXAM09.CTL
  2. MACRO @TESTING  /* A sample macro
  3. ECHO &1 is coming to &2
  4. ECHO Get your &3 ready!
  5. ECHO
  6. PAUSE 2
  7. MEND
  8. - @001 Invoking the macro
  9. DO @TESTING Santa_Claus town stockings
  10. DO @TESTING Bill_Clinton Washington_DC special_interests
  11. DO @TESTING George_Bush Texas tax_exemptions
  12. ECHO The value of &^_1 is &1
  13. DO (DUMMY)
  14. ECHO The value of &^_1 is now &1
  15. LOCATE 20 1
  16. QUIT
  17.