Host introspection: Difference between revisions

Add Nimrod
(Scala added)
(Add Nimrod)
Line 470:
say 'endianness:' endian
</lang>
 
=={{header|Nimrod}}==
<lang nimrod>import math
echo cpuEndian
echo round(log2(float(int.high))) + 1</lang>
 
=={{header|Objective-C}}==
Anonymous user