Implementation of PRePTagCALCULATE

    this tag can add, substract, divide, multiply, calculate the mod and the power of two arguments which are floats.

    Constructor:

    PRePTagCALCULATE()
    names the tag with "CALCULATE"

    Methods:

    compile(Session)
    calculates the result of the the two numbers with the specified operationsign and pushes a RESULT tag on the TagList

    Related sites:
How the CALCULATE Tag works
Back