Skip to main content

Or Junction

The or junction results in a match if either it's left- or it's right-hand-side expression evaluates to a match - or both. It is always evaluated last, if not otherwise specified by the use of parentheses.

LanguageIdentifier
en_usor
en_gbor
de_deoder
de_atoder
de_choder
zh_cn
tr_trveya

Examples

Input: diamond or iron-ingot
Result: Either a diamond or an iron ingot

Input: unbreaking 2 or thorns 3
Result: An item containing either unbreaking 2 or thorns 3 or both