teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

Update

2022/09/20 11:59

投稿

melian
melian

スコア21285

answer CHANGED
@@ -20,8 +20,9 @@
20
20
  > Lists
21
21
  >
22
22
  > A list is a sequence of one or more pipelines separated by one of the operators ;, &, &&, or ||, and optionally terminated by one of ;, &, or <newline>.
23
- > :
24
23
  >
24
+ >            :
25
+ >
25
26
  > AND and OR lists are sequences of one or more pipelines separated by the && and || control operators, respectively. AND and OR lists are executed with left associativity.
26
27
  > An AND list has the form
27
28
  >