fish-shell/tests/andandoror.out

7 lines
78 B
Plaintext
Raw Normal View History

first
second
third
true && false: 1
true || false: 0
true && false || true: 0