/* REXX Another anti-social example by Matt Wheaton. */ say 'Enter value for number' pull number a=1;b=2;c=3;d=4;e=5;plus='+';minus='-';times='*' whatis = to a plus b plus c minus d plus e times number parse var whatis f.g h i.j k l.m n o.p q r.s t u.v w if h * 7.0 == w - t then say okie dokie else say get outa here