FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
      Language \ Environment \ Libraries \ Comparison
 
   
   
Abridged (A-Z) \ Complete (A-Z)  
   
  Reference for Processing (BETA) version 91+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.  
Name  

; (semicolon)

   
Examples  
int a;         // Declaration statement 
a = 30;        // Assignment statement 
println(i);  // Function statement 

Description   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.
   
Syntax  
statement;
   
Parameters  
statement   a single statement to execute

   
Usage   Web & Application
   
Related   for()
 
 






   
 
Updated: Fri Jul 15 16:36:07 PDT 2005
 
 








Creative Commons License
 
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info