Versions Compared

Key

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

The script is Scripts are divided into two parts: Declaration Part and Program Part. The declaration part is for the declaration of internal variables and input parameters. The program part includes all program statements except for the declarationvariable declarations.

Comments can be entered anywhere in the program. The strings Strings starting with ‘//’ are treated as comments until the end of the line.

...