( --> )

Filling Slots

The slots are instantiated as follows in the HelloWorld program.
  1. <?CLASS> --> HelloWorld

  2. <?NAME> --> blue

  3. <?LINE> --> Traditional starter

  4. <?DESCRIPTION> --> Print the message
    "Hello world!" to the standard output stream.

  5. <?NEEDS> -->

  6. <?PROGRAM> --> IO.println("Hello world!");