Using do end to delimit blocks

blocks for declarations of local variables can be delimited by do end

do local a = 9 some other code end