Host introspection: Difference between revisions

Content added Content deleted
(J: simplify)
Line 309: Line 309:
<lang j> IF64 {;:'little big'
<lang j> IF64 {;:'little big'
little</lang>
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.)
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.)