previous | start | next

Number Types (Syntax 2.3: Comment)

Syntax 2.3 : Comments

/* comment text */
// comment text

Example:
/* total value of coins */
// total value of coins
Purpose: Add a comment to help the human reader understand the program.

 



previous | start | next