When using an if statement, for instance,
if((isInt(search1.nextToken()) == true) && search1.nextToken() != "x")
would the result returned by search1.nextToken()
have different values? This is all wrapped in a while loop as well, and I'm trying to figure out what would happen.