hai.haus
Browse Knowledge Base

Boolean (data type)


A boolean is often the smallest and simplest data type of a language. It represents two values: true and false, which are stored in binary as 1 or 0 respectively.