I am trying to learn how to use the | operator, but I don't have much luck with it.
Have tried to search, but I am still missing something important about |
I have made a small simple capx for this, hopefully one can point me out where I am doing wrong.
Pressing S will add 1 to global variable, Pressing D will substract 1 from the global variable.
When the global variable is 0,2,4 or 6. A text box should show the word "Even".
When it is 1,3,5 or 7. The textbox should display "Not even".