SP should be space character
[rrq/rrqforth.git] / adoc / p_equal.adoc
1 // logic.asm:   WORD p_equal, '=',fasm
2
3 anchor:p_equal[]
4
5 === Word: =
6
7 ....
8 Data stack: ( v1 v2 -- 0/-1 )
9 ....
10
11 "=" is a function word that replaces a pair of values with -1 of the
12 values are equal, and 0 otherwise.