Jump to content

Host introspection: Difference between revisions

(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
Line 558:
UV size: 8, byte order: 87654321 (big-endian)
</pre>
=={{header|Perl 6}}==
{{works with|Rakudo|2012-06}}
<lang perl6>say $*VM<config><byteorder></lang>
{{out}}
<pre>12345678</pre>
 
=={{header|PicoLisp}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.