Determine the begin - end keywords
Group several statements together. Cause the statements to be evaluated sequentially (one at a time)
-> Any timing within sequential groups is relative to the previous statement.
-> Delays in sequence accumulate (each delay is added to the previous delay)
-> Block finishes after last statement in the block.