So I want to make an if statement like this:
int var; if (var != 1 || var != -1 || var != 0) { System.out.println("message"); }