>As an interesting tangent, here's an expression that actually does work in >J: > > i: _j1 > _2147483648 _2147483648 > >So, in a way, _ *is* being treated as a value (the maximum integer). >Can someone with J64 run the above and post the results?
J64 Win XP i: _j1 _9223372036854775808 _9223372036854775808 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
