Smaller - Check whether a number is smaller than another
This action comapres two numbers to check whether the first
is smaller than the second.
Triggers [both required]
<X> and <Y> (non-repetitive numeric triggers [required]):
The two compared numbers.
Exits [none required]
The two exits represent two mutually exclusive possibilities:
<Yes> (non-repetitive numeric exit [not required]): The
first number (the value of <X>) in case it is smaller than <Y>.
<No> (non-repetitive numeric exit [not required]): The
first number (the value of <X>) in case it is not smaller than <Y> (i.e. <X>
is greater than or equal to <Y>).
Notice: If there is a need to distinguish between 3 different cases
(<X> smaller than <Y>, <X> equal to <Y>, or
<X> greater than <Y>),
use Compare.
Usage Examples
Test1 (need to complete)