In the following, does (exp3 -a exp4) get evaluated first? How would I make it more explicit?
if [exp1 -o exp2 -o exp3 -a exp4 -o exp5] then ... fi
In the following, does (exp3 -a exp4) get evaluated first? How would I make it more explicit?
if [exp1 -o exp2 -o exp3 -a exp4 -o exp5] then ... fi