Returns a newly created block of code.
Block block( Token leftBracket, List<Statement> statements, Token rightBracket);