if
Execute scripts conditionally
NAME
SYNOPSIS
if
expr1
?
then
?
body1
elseif
expr2
?
then
?
body2
elseif
... ?
else
? ?
bodyN
?
DESCRIPTION
KEYWORDS