blob: c4a830d1c1d6df9ae72c1d5c7777ceb056383388 [file] [log] [blame]
Eric Sunshine950079b2018-07-11 02:46:42 -04001(
2 foo &&
3 bar=(gumbo stumbo wumbo) &&
4 baz
5>) &&
6(
7 foo &&
8 bar=${#bar[@]} &&
9 baz
10>)