Este contenido no está disponible en el idioma seleccionado.
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.