Start/End of Block or Section

A block or a section (identified by "{" and "}") is a group of commands.  All commands in a block have the same scope.  The concept of  a block is the same as in the C language.

 

Usage

1      Start Program

2      If  / Else if / Else

3      Endless Loop

4      Loop For

5      Loop While

6      Callback Function

7      Function

program_line.png

 

Example

program_interval_3.png