1
I know that on Moon 5.3 (demonstration) there are 64 bit operators, such as:
print(0xaaDbc4Cd17Af & 0xff00000000) --> DB 00 00 00 00
Is there an algorithm to perform a similar operation in other versions? The Moon I run comes with the library bit32
respectively.
Using strings seems like a good idea in my case. Have a preview of how many bytes a string with less than 48 octets would occupy in memory?
– Klaider