-
Notifications
You must be signed in to change notification settings - Fork 12
* internals
Uri edited this page Dec 11, 2021
·
1 revision
Do not use these functions, procedures, bytecode, structures and values unless you really know what you are doing.
less?
- objects/values comparison, *ol specific.
- (less? a b) - #true if a less than b for values or elder for references. No type of values changing, so (less? 2 -5) is a true.
...