Code Golf: Code Golf: Difference between revisions

Line 444:
The above code costs 48 nibbles (e.g. 4 bits) of memory (e.g. 24 bytes); the string itself requires 28 quartets.
≪ #102d #108d #111d #71d #32d #101d #100d #111d 67 CHR 1 8 START SWAP B→R CHR + NEXT ≫
This string-free code costs 221233 nibbles (111117 bytes). Unsigned integers - numbers starting with a <code>#</code> - have been used whenever possible since they use 109 nibbles less than floating-point numbers to store a value up to #FFFFFFF
 
=={{header|Ruby}}==
1,150

edits