mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 04:03:39 +08:00
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
|
first
|
||
|
second
|
||
|
third
|
||
|
true && false: 1
|
||
|
true || false: 0
|
||
|
true && false || true: 0
|