Code Golf: Code Golf: Difference between revisions

Content added Content deleted
Line 444: Line 444:
The above code costs 48 nibbles (e.g. 4 bits) of memory (e.g. 24 bytes); the string itself requires 28 quartets.
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 ≫
≪ #102d #108d #111d #71d #32d #101d #100d #111d 67 CHR 1 8 START SWAP B→R CHR + NEXT ≫
This string-free code costs 221 nibbles (111 bytes). Unsigned integers - numbers starting with a <code>#</code> - have been used whenever possible since they use 10 nibbles less than floating-point numbers to store a value up to #FFFFF
This string-free code costs 233 nibbles (117 bytes). Unsigned integers - numbers starting with a <code>#</code> - have been used whenever possible since they use 9 nibbles less than floating-point numbers to store a value up to #FF


=={{header|Ruby}}==
=={{header|Ruby}}==