Skip to content

Keyword: or

Compare two values "ored" by each other.

glang
# [x] or [y]

bark(1 == 1 or 2 == 2); # true!

The resulting value is only true when either x OR y (or both) are true.

George Language is licensed under the GPL v3 openly. Help improve this site.