Thun/docs/reference/eq.md

24 lines
307 B
Markdown

------------------------------------------------------------------------
## eq
Basis Function
Compare the two items on the top of the stack for equality and replace
them with a Boolean value.
a b eq
-------------
Boolean
(a = b)
### Crosslinks
[cmp]
[ge]
[gt]
[le]
[lt]
[ne]