Function: |
Operands are used to show how two strings or numbers compare to each other. i.e. -
if ($number3 < 5) {
//We know $number3 is under 5 (not including 5)
}
This works outside of GALiRe Script, as long as it is within an event tag (ex. onLoad:;) and is best used to return a true/false value. |
|