General Items (Python 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.

Indentation Blocks

An indentation block is a group of consecutive statements that have been indented to the same level.