Conditional execution of sequential statements if(<condition>) begin <statements> end Example: if(a > max && b == 0) begin max = a; ...
確定! 回上一頁