> It's been on our todo list a while. It was an oversight when we originally implemented global variables - for now a number being 0 or 1 should do.
Is there an easy way to toggle a number between 0 and 1 as though it was a boolean?
Sure. Just set Number to abs(Number - 1). It will change a zero to a one, and a one to a zero.