Host introspection: Difference between revisions

Content deleted Content added
Rdm (talk | contribs)
J: simplify
Rdm (talk | contribs)
Line 309:
<lang j> IF64 {;:'little big'
little</lang>
 
This returns <code>big</code> in 64 bit J.
 
Note that this mechanism is testing the interpreter, and not the OS or Hardware. (Though, of course, you cannot run a 64 bit interpreter on a machine that does not support it.)