Download ScriptingHost-Jint3.zip, last updated 31/08/2020 (148.60 KB)

Download
  • md5: b024e3fc7125b05e7ec5eb5e5330f838
  • sha1: ce3d14820a647e3eb4588bf606b97047464041e9
  • sha256: d68e1b14e0da47d405e8cda8439a07ff45dff6adcdd992397fa190293e76edf6
// press F5 to load these functions
// press Shift+F5 to display the
// Invoke dialog, then enter the
// name and arguments in the simple
// form:
// <name> <arg1>, <arg2>, ...
//
// e.g.
// add 10, 5
// subtract 10, 5
// add Java, Script

function add(x, y)
{
  return x + y;
}

function subtract(x, y)
{
  return x - y;
}

Donate

Donate