Versions Compared

Key

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

The structure of a SIL™ program should look like:

Code Block
[inclusions]
[use declarations]
[inclusions]
[variable declarations]
[user-defined routines declarations]
[actual code]

Use Declarations

To save you some typing, we added at this version packages for standard routines. 

Info

Learn more

For more information and usage, see Packages

Inclusions

Include statements must be the first statements in your program in the absence of the use declarations. These allow you to import libraries of user-defined routines or execute certain fragments of code.

Info

Learn more

For more information see Inclusions.

Use Declarations

To save you some typing, we added at this version packages for standard routines. 

Info

Learn more

For more information and usage, see Packages

User-Defined Routines declarations

Here you can define any functions you want to use in the code. These can considerably improve the readability and maintainability of the code.

Info

Learn more

For more information see  User-Defined Routines (UDR).

Actual code

This is the body of the program. Here you will do any necessary modifications to the issue. The body can also contain definition of local variables and calls to the imported or defined routines in the steps above.

See also


Contents

Table of Contents