=
Consumes the top two items on the stack and produces true if they are equal, and false if they are not.
false false = → true
5 10 = → false
0 0 = → true
100 true = → false
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
=Consumes the top two items on the stack and produces true if they are equal, and false if they are not.
false false = → true
5 10 = → false
0 0 = → true
100 true = → false