We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acd5c8 commit 314aac0Copy full SHA for 314aac0
1 file changed
www/notes/dupe.scrbl
@@ -268,9 +268,10 @@ as @racket[0] (@code[#:lang "racket"]{#b00}).
268
If you wanted to determine if a 64-bit integer represented an integer
269
or a boolean, you simply need to inquire about the value of the least
270
significant bit. At a high-level, this just corresponds to asking if
271
-the number is even or odd. Odd numbers end in the bit , so they
272
-reprepresent booleans. Even numbers represent integers. Here are
273
-some functions to check our understanding of the encoding:
+the number is even or odd. Odd numbers end in the bit (@code[#:lang
+"racket"]{#b1}), so they reprepresent booleans. Even numbers
+represent integers. Here are some functions to check our
274
+understanding of the encoding:
275
276
@#reader scribble/comment-reader
277
(ex
0 commit comments