if:如果是这样则else:如果是其他则if else:如果其他则”else“ = not if“if else” = else condition例:if a=1 then b=2if else a=2 then b=3end ifif a=1 then b=2End ifif a=2 then b=3end ifif a=1 then b=2else b=3end if