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 9f8a007 commit f0e09a3Copy full SHA for f0e09a3
1 file changed
eo-runtime/src/main/eo/org/eolang/false.eo
@@ -35,7 +35,9 @@
35
right > [left right] > if
36
37
# And.
38
+ # A logical operation that returns True only if all given conditions are true.
39
^ > [x] > and
40
41
# Or.
42
+ # A logical operation that returns True if at least one of the given conditions is true.
43
01-.eq x > [x] > or
0 commit comments