`^ ( x y -- z ) (original) (raw)

`^ ( x y -- z )

Vocabulary
syntax.terse

Word description
An alias for bitxor.

Definition

USING: math ;

IN: syntax.terse

ALIAS: `^ bitxor inline