Lasso Soft Inc. > Home

[ < ]

Method

This is a convenience implementation of the "less than" operator. This is not the less-than operator, but this method is provided to permit less-than operations to be passed as values and later invoked for whatever necessary reason.

Usually, this method would be looked up using the escape method operator before use.

  • Syntax
No syntax description available at this time.
Examples
  • Beginner
  • Intermediate

Use the < method to compare two values.

Code

local(op = \<)
#op(6, 2)

Result

false
6 is not less than 2

Use the < method to compare two values.

Code

local(op = \<)
#op(2, 6) 

Result

true
2 is less than 6

Recent Comments

No Comments found

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft