Need explaination of Booleans - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need explaination of Booleans (
/showthread.php?tid=136425)
Need explaination of Booleans -
pagie1111 - 25.03.2010
Please, someone? I am not sure of what these are and I want to know if they can futher my knowledge.
Re: Need explaination of Booleans -
pen_theGun - 25.03.2010
http://en.wikipedia.org/wiki/Boolean_data_type
Quote:
Originally Posted by Wiki
In computer science, the Boolean or logical data type is a primitive data type having one of two values: true or false, intended to represent the truth values of logic and Boolean algebra.
|
Re: Need explaination of Booleans -
pagie1111 - 25.03.2010
so if i had a variable say:
its values can only be true or false? (1 or 0)
Re: Need explaination of Booleans -
pagie1111 - 25.03.2010
Thanks.