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  

/** */ (doc comment)

   
Examples  
/** 
   Draws two lines which divides the window 
   into four quadrants. First draws a horizonal 
   line and then the vertical line 
*/ 
line(0, 50, 100, 50); 
line(50, 0, 50, 100); 

Description   Explanatory notes embedded within the code and written to the "index.html" file created when the code is exported. Doc comments (documentation comments) are used for sharing a description of your sketch when the program is exported. Export the code by hitting the "Export" button on the Toolbar.
   
Syntax  
/**
  comment
*/
   
Parameters  
comment   any sequence of characters

   
Usage   Web & Application
   
Related   // (comment)
/* */ (multiline comment)
 
 






   
 
Updated: Fri Jul 15 16:35:37 PDT 2005
 
 








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