Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 439 Bytes

bool.md

File metadata and controls

15 lines (12 loc) · 439 Bytes

Bool

Boolean variable type

Declaration

bool aBool = true;
bool bBool = bool(aInt);
bool cBool = bool(aFloat);

Description

bool data type is either true or false.

See Also

void, bool, int, float, bvec2, bvec3, bvec4, struct