此内容没有您所选择的语言版本。
6.9. ; (null statement)
General syntax:
statement1 ; statement2
statement1
;
statement2
The semicolon represents the null statement, or do nothing. It is useful as an optional separator between statements to improve syntax error detection and to handle certain grammar ambiguities.