Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Boolean Type
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#6
RE: Boolean Type

if( i == 18)

= is an assignment operator and doesn't give a boolean result.
== is a comparison operator and does give a boolean result.

12-07-2011, 01:00 AM
Website Find


Messages In This Thread
Boolean Type - by Victor - 12-05-2011, 04:27 PM
RE: Boolean Type - by nemesis567 - 12-05-2011, 08:04 PM
RE: Boolean Type - by Your Computer - 12-06-2011, 01:58 AM
RE: Boolean Type - by Victor - 12-07-2011, 12:43 AM
RE: Boolean Type - by nemesis567 - 12-06-2011, 04:18 PM
RE: Boolean Type - by Tanshaydar - 12-07-2011, 01:00 AM
RE: Boolean Type - by Victor - 12-07-2011, 01:32 AM



Users browsing this thread: 1 Guest(s)