Navigation: X# Documentation > X# Language Reference > Commands and Statements
Blocks and Namespaces
There are several block statements that allow you to group a block of code. Variables declared inside a block are only visible for the duration of the block.
BEGIN CHECKED
BEGIN FIXED
BEGIN LOCK
BEGIN SCOPE
BEGIN UNCHECKED
BEGIN UNSAFE
BEGIN USING