Tutorial:BeanShell/5 Functions: Revision history

From HandWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    27 March 2020

    • curprev 17:0917:09, 27 March 2020imported>Jworkorg 1,372 bytes +1,372 Created page with "__NOCACHE__ You can define define methods in BeanShell, just as they would appear in Java: <jc lang="bsh"> int addTwoNumbers( int a, int b ) { return a + b; }; sum = add..."