A. ex B. } C. ] D. fi
A. var_dump B. echo C. ls D. env
A. run B. source C. ./ D. exec
A. exec B. get C. read D. prompt
A. Parentheses to declare the function (optional) and curly braces to contain the commands B. Curly braces to declare the function and parentheses to contain the commands C. Square brackets to declare the function and curly braces to contain the commands D. Run quotes to denote the function
A. if B. else if C. elif D. elsif
A. -a B. -e C. -m D. -i
ARRAY=(val1 val2) B. ARRAY = "val1 val2" C. ARRAY_PUSH($ARRAY,"val1","val2"); D. ARRAY{0} = "val1"
A. Parentheses ( ) B. Curly braces { } C. Square brackets [ ] Double-quotes " "
A. caseend B. esac C. endcase D. }