mirror of
https://github.com/janet-lang/janet
synced 2024-12-28 09:20:26 +00:00
Update src/boot/boot.janet
Co-authored-by: Michael Camilleri <mike@inqk.net>
This commit is contained in:
parent
59f09a4386
commit
a81e9f23f0
@ -753,7 +753,7 @@
|
||||
r)
|
||||
|
||||
(defn compare=
|
||||
``Equivalent of `=` but using compare function instead of primitive comparator.``
|
||||
``Equivalent of `=` but using polymorphic `compare` instead of primitive comparator.``
|
||||
[& xs]
|
||||
(compare-reduce = xs))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user