Compare two numbers (max / min)
Compares two numbers and returns the greater, the lesser, and the comparison result.
Compares two numbers and returns the greater, the lesser, and the comparison result.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Number A | string | yes | |
| Number B | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Greater value | string |
| Lesser value | string |
| Result: greater / less / equal | string |