is less-than, < Full Description |
|
Syntaxis less than | < Purpose OmniMark operator used to indicate one value being smaller than another. The operator is
For example:
do when a < b ... done The following tests use " do when "a" < ul "b" ... done do when "a" < "b" ... done do when "a" < "b" ... done |