Name

or:core — ordinary primitive

Synopsis

FORTH

OR ( a b -- ab )();
p4:"or";

Description

return the bitwise OR of a and b - unlike AND this is usually safe to use on logical values

dpANS .6.1.1980 - standard forth word