September Morn Update

This commit is contained in:
Ingy döt Net 2019-09-12 10:33:56 -07:00
commit aac6731f2c
6856 changed files with 141518 additions and 21303 deletions

View file

@ -1,6 +1,6 @@
The aim of this task is to write functions (or create a class if your
language is Object Oriented and you prefer) for reading and writing sequences of
bits. While the output of a <tt>asciiprint "STRING"</tt> is the ASCII byte sequence
bits, most significant bit first. While the output of a <tt>asciiprint "STRING"</tt> is the ASCII byte sequence
"S", "T", "R", "I", "N", "G", the output of a "print" of the bits sequence
0101011101010 (13 bits) must be 0101011101010; real I/O is performed always
''quantized'' by byte (avoiding endianness issues and relying on underlying