bignum-bitor ( x y -- z ) - Factor Documentation

bignum-bitor ( x y -- z )


Vocabulary
math .private

Inputs
x a bignum
y a bignum


Outputs
z a bignum


Word description
Primitive version of bitor .

Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word bitor instead.


Definition
IN: math.private

PRIMITIVE: bignum-bitor ( x y -- z ) foldable flushable

AltStyle によって変換されたページ (->オリジナル) /