Boolean (type)

From ComputerCraft Wiki
Revision as of 00:01, 18 September 2012 by Thesbros (Talk | contribs) (Created page with "A value thats either true or false. Can be used for binary since 0 and 1 is basically false and true. It is returned by functions to state whether the function was successfull...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A value thats either true or false. Can be used for binary since 0 and 1 is basically false and true. It is returned by functions to state whether the function was successfully accomplished.