You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Language/Variables/Data Types/bool.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ subCategories: [ "Data Types" ]
12
12
13
13
[float]
14
14
=== Description
15
-
A `bool` holds one of two values, `true` or `false`. (Each `bool` variable occupies one byte of memory.)
15
+
A `bool` holds one of two values, `link:../../constants/constants[true]` or `link:../../constants/constants[false]`. (Each `bool` variable occupies one byte of memory.)
0 commit comments