`^ ( x y -- z )
Vocabularysyntax.terse
Word descriptionAn alias for bitxor.
Definition
USING: math ;
IN: syntax.terse
ALIAS: `^ bitxor inline