mNo edit summary |
use template |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A bool (or boolean) is a [[Value Type | value]] | A bool (or boolean) is a [[Value Type | value]] type that can be either '''true''' (on) or '''false''' (off) | ||
== Usage == | == Usage == | ||
Line 5: | Line 5: | ||
In the underlying runtime (.net), this takes the same amount of memory as a [[Type:Byte | byte]] | In the underlying runtime (.net), this takes the same amount of memory as a [[Type:Byte | byte]] | ||
{{Template:BoolTypes}} | |||