Versions Compared

Key

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

...

Section


Column
width35%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn the page:
Table of Contents



Column
 


  1. Set a general task.
  2. Outline the task into subtasks.
  3. Write subtasks and debug them.
  4. Find and fix bugs.

...

At startup embedded syntax analyzer checks if names of functions are spelled correctly, but does not check the position of key characters - commas, semicolons and nested parentheses, etc. In order to track the bugs in the program, if any, it is necessary to activate the Debug 4 debug mode (see Selecting and enabling the debug mode of Intellect software). In there are syntax errors, the Critical errors window will be displayed at the stage of the program body execution. This window lists the names of functions with incorrect syntax and other debugging information.

...

Info
titleNote

If the syntax is correct, but the program still does not work or works with errors, it is recommended to rewrite the program in JScript (see Programming Guide (JScript)).