Skip to content

Commit f0e09a3

Browse files
committed
fix quality warnings
1 parent 9f8a007 commit f0e09a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • eo-runtime/src/main/eo/org/eolang

eo-runtime/src/main/eo/org/eolang/false.eo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
right > [left right] > if
3636

3737
# And.
38+
# A logical operation that returns True only if all given conditions are true.
3839
^ > [x] > and
3940

4041
# Or.
42+
# A logical operation that returns True if at least one of the given conditions is true.
4143
01-.eq x > [x] > or

0 commit comments

Comments
 (0)