= #JxnPortable\docs\programmer_examples\demos\Pluggable_array_Test.jxn ...

#function $test( plug )
   JxnPrimitiveWrapper.setPluggable( plug )

   2^{ 28, 29, 30 }
   2^{ 29, 30, 31 }
   2^{ 60, 61, 62 }
   2^{ 61, 62, 63 }
   
   Integer.MAX_VALUE + { -1, 0, 1 }
#endfunction
$test.setDebug(3)
 
$test( "Safe" )  ! --- running $test for jxn safe arithmetic ---

$test( "Java" )  ! --- running $test for Java arithmetic ---

JxnPrimitiveWrapper.setPluggable ""  ! reset to default