home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / Multimedia / Documents / ARexx4Beginners / Articles_01-10 / Example5-3.rexx < prev    next >
OS/2 REXX Batch file  |  1995-04-06  |  104b  |  5 lines

  1. /* Example5-3 */
  2. /* This illustrates SAYing a mathematicla expression to be evaulated */
  3.  
  4. SAY 3 + 4 * 5
  5.