Marc Posted April 21, 2016 Share Posted April 21, 2016 // No Syntax Highlighting. if (foo == ) { foo = bar; } // No Syntax Highlighting. if (foo == 0) { foo = bar; } Quote Link to comment Share on other sites More sharing options...
Guest Posted April 21, 2016 Share Posted April 21, 2016 if( x == 0 ){ y = 0; } if( x == ){ y = ; } if( x == foo ){ foo = bar; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.