Table of Contents

Language - Code Block (Grouping of Statement)

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:

Statements are grouped for:

See also