General Items (Java/C++/C# Style)

A Jeroo program includes

Whitespace

Whitespace consists of blank spaces and blank lines. These should be used to help a reader understand the logical organization of the source code.


Comments

Comments are used to provide information to a person who is reading the source code.


Identifiers

An identifier is a name that a programmer creates for a Jeroo or a method.