1function EmptyBlock(a)
2    if a == 1 then
3    else
4        a = 2;
5    end
6endfunction