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
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#2
RE: Boolean Type

Boolean is a variable type whose variables can only assume two values, true or false.

A boolean is declared and assigned as follows:

PHP Code: (Select All)
bool bRandomVar true//declaration and initialization of bRandomVar
bRandomVar false//Assigning false to the bRandomVar Boolean variable. 



Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
12-05-2011, 08:04 PM
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)