** IfLess **

IfLess - ISPPY Wiki

# OVERVEIW

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


# SYNTAX

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

NOTE: If you imported using 'import Lang' then you have to type 'IfLess(*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: debugMode() Go back home