User Tools

Site Tools


ch02-getting-going.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
ch02-getting-going.html [2017/08/20 18:15]
mithat [Entry points]
ch02-getting-going.html [2017/08/20 18:17]
mithat [Comments]
Line 111: Line 111:
 There are three ways to write comments in Processing: the "​standard"​ comment, the multi line comment, and the doc comment. There are three ways to write comments in Processing: the "​standard"​ comment, the multi line comment, and the doc comment.
  
-=== the "​standard" ​comment ​===+=== "​standard" ​comments ​===
 The most common syntax for creating comments in Processing is to use a double forward slash: ''​%%//​%%''​. Anything that comes after a double slash up to the end of the line is a comment and will be ignored by the Processing compiler. Here a version of the ''​cranberries2.pde''​ program with some added some comments to identify the author and other information and explain some of the code: The most common syntax for creating comments in Processing is to use a double forward slash: ''​%%//​%%''​. Anything that comes after a double slash up to the end of the line is a comment and will be ignored by the Processing compiler. Here a version of the ''​cranberries2.pde''​ program with some added some comments to identify the author and other information and explain some of the code:
  
ch02-getting-going.html.txt · Last modified: 2017/08/20 18:35 by mithat