4.3.1 – if then else. An if statement tests its condition and executes its then-part or its else-part accordingly. The else-part is optional. if a<0 then a ...
確定! 回上一頁