You can buy this project and download/modify it how often you want.
x = 1 + 2 do local y=x x = 4 print(x) print(y) end