-
-
Notifications
You must be signed in to change notification settings - Fork 4
semicolon
villares edited this page May 24, 2020
·
4 revisions
int a; // Declaration statement
a = 30; // Assignment statement
println(i); // Function statement
A statement terminator which separates elements of the program. A statement is a complete instruction to the computer and the semicolon is used to separate instructions (this is similar to the period "." in written English). Semicolons are also used to separate the different elements of a for() structure.
statement;
Parâmetros statement a single statement to execute
Web & Applicações
A referência de Processing está sob a licença Creative Commons BY-NC conforme indicado aqui. Esta Wiki-tradução é baseada na tradução e adaptação para o Português do Brasil do professor Luiz Ernesto Merkle