We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cf28b commit 9f8a007Copy full SHA for 9f8a007
1 file changed
eo-runtime/src/main/eo/org/eolang/true.eo
@@ -35,7 +35,9 @@
35
left > [left right] > if
36
37
# And.
38
+ # A logical operation that returns True only if all given conditions are true.
39
01-.eq x > [x] > and
40
41
# Or.
42
+ # A logical operation that returns True if at least one of the given conditions is true.
43
^ > [x] > or
0 commit comments