Skip to content

Commit 7f80982

Browse files
committed
Update bitRead.adoc
1 parent ead1ebe commit 7f80982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Language/Functions/Bits and Bytes/bitRead.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Reads a bit of a variable, e.g. `bool`, `int`. Note that `float` & `double` are
3636
=== Returns
3737
The value of the bit (0 or 1).
3838

39+
[float]
3940
=== Example Code
4041

4142
This example code demonstrates how to read two variables, one increasing counter, one decreasing counter, and print out both the binary and decimal values of the variables.

0 commit comments

Comments
 (0)