From 2a6ae1fa5408247c95bf4a7d59e5038342a2a125 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 20 Dec 2023 20:46:44 +0000 Subject: Nil and bit arrays --- lessons/src/lesson036_bit_arrays/text.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lessons/src/lesson036_bit_arrays/text.html (limited to 'lessons/src/lesson036_bit_arrays/text.html') diff --git a/lessons/src/lesson036_bit_arrays/text.html b/lessons/src/lesson036_bit_arrays/text.html new file mode 100644 index 0000000..3214db1 --- /dev/null +++ b/lessons/src/lesson036_bit_arrays/text.html @@ -0,0 +1,26 @@ +

+ Bit arrays represent a sequence of 1s and 0s, and are a convenient syntax for + constructing and manipulating binary data. +

+

+ Each segment of a bit array can be given options to specify the representation + used for that segment. +

+ +

+ Bit arrays have limited support when compiling to JavaScript, not all options + can be used. Full bit array support will be implemented in future. +

-- cgit v1.2.3