Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Methods, constructors and other blocks are sequences of statements. They can be divided into atomic and compound statements. Atomic statements are not made up of other statements and ends end with a semicolon (e.g. VariableStatement). Compound statements (also called control structures) contain other statements (e.g. WhileStatement).

...