Implementation of PRePTagBOOLEAN

    It can be very useful to check if something is true or false. This is possible with the BOOLEAN tag. With that you can compare to numbers and compile either the true_output or the false_output.

    Constructor:

    PRePTagBOOLEAN()
    names the tag with "BOOLEAN"

    Methods:

    compile(Session)
    compares the two number and compiles either the true_- or the false_output

    Related sites:
How the BOOLEAN Tag works
Back