1 2 3 4 5
// Simple test for math operations x : -7; result : io.callJS "Math.abs" [x]; debug.inspect result; result;