Skip to content

* internals

Uri edited this page Dec 11, 2021 · 1 revision

Internals

Do not use these functions, procedures, bytecode, structures and values unless you really know what you are doing.

Equivalence predicates

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.

...

Clone this wiki locally