Thread: Climb a tree
View Single Post
  #2  
Old 02-14-2013, 08:17 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by orionsun View Post
Is there a programming language where improper syntax results in working code?
Yes.

if(var = othervar) in C++ will compile, but will not have the proper comparison.
Reply With Quote