Syntax:
|
{BOOLEAN::some_text::compare_sign::some_text::output_if_true::output_if_false}
|
Function:
|
compares two figures with a specified sign (<, = or >)
|
Example:
|
*OUTPUT_TRUE
true
*OUTPUT_FALSE
false
{BOOLEAN::5::<::10::OUTPUT_TRUE::OUTPUT_FALSE} // returns 'true'
|
|