Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 244 Bytes

5.2.md

File metadata and controls

1 lines (1 loc) · 244 Bytes

A block (also called compound statment) is a (possibily empty) sequence of statements and declarations surrounded by a pair of cruly braces. It is used where the language requires a single statement but the program's logic needs more than one.