Language - Code Block (Grouping of Statement)

Card Puncher Data Processing

About

An application is generally constructed from code blocks.

A block is a piece of program text that group statement.

It' is generally executed as a unit (excepted for SQL Block where block manipulation may occurs such as filter pusing)

The following are blocks:

  • anonymous block. An anonymous block is a block of code without name that then cannot be called (ie reused). The statement are between block character such as: ( and ) or { and }
  • Reusable block. They are block of code with a name that can be reused (ie function or class)

Statements are grouped for:

See also





Discover More
Card Puncher Data Processing
Grammar - Error (Handling)

An error is an exceptional conditions that breaks the normal flow For Shell language that are based on process command, the error management is done via the Error code / exit status For an block,...



Share this page:
Follow us:
Task Runner