aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/double/d-equal.frt
blob: db5a9c65f328832c868e04721ec7030c946f3ea5 (plain)
1
2
 ( d1 d2 -- f )
: d= d- or 0= ;