Class IMath

java.lang.Object
  extended by IMath

public class IMath
extends java.lang.Object

This is the IMATH function that does integer arithmatic. It takes the parameters: String parameter = int val1 String operator int val2 it prints to the screen $parameter = answer If the wrong number of arguments is passed or if val1 and val2 are not int's then it prints out a message and aborts the processing in the ruleset.


Constructor Summary
IMath()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMath

public IMath()
Method Detail

main

public static void main(java.lang.String[] args)