23 lines
308 B
Markdown
23 lines
308 B
Markdown
------------------------------------------------------------------------
|
|
|
|
## lt
|
|
|
|
Basis Function
|
|
|
|
Less-Than comparison of the two items on the top of the
|
|
stack, replacing them with a Boolean value.
|
|
|
|
a b lt
|
|
-------------
|
|
Boolean
|
|
(a < b)
|
|
|
|
### Crosslinks
|
|
|
|
[cmp]
|
|
[eq]
|
|
[ge]
|
|
[gt]
|
|
[le]
|
|
[ne]
|