** IfGreater **

IfGreater - ISPPY Wiki

# OVERVEIW

The IfGreater command allows the user to compare values, mostly from variables defined by other commands


# SYNTAX

To use the IfGreater command, type 'IfGreater(*Condition 1*, *Condition 2*)'

NOTE: If you imported using 'import Lang' then you have to type 'IfGreater(*Condition 1*, *Condition 2*)'

# HOW THIS IS ACCOMPLISHED IN PYTHON

This command is made by having an if statement in python with the first value being the condition 1 and the second being condition 2


Next: IfLess Go back home