Skip to content

Keyword: and

Compare two values "anded" by each other.

glang
# [x] and [y]

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

The resulting value is only true when both x AND y are true.

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