{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Less Than Operator
Usage:
x < y
Returns:
Returns TRUE if x is less than y or FALSE if x is equal to or greater than y.
Examples:
3 < 5 // Returns TRUE