** IfEqual **

IfEqual - ISPPY Wiki

# OVERVEIW

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


# SYNTAX

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

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