// Script function: Return Statement // Unless named starting with GlobalSino, EM, My, Self, the function commands are defined //by Gatan DM, please see at link: http://www.globalsino.com/EM/page2597.html number EMTestFormula( number EMx, number EMy) { return pi() * EMx * EMy } result( EMTestFormula( 1, 2 ) + "\n" )