// Script function: Prints numbers which is divisible by three (3). // 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 EMx; for(EMx=0; EMx<=50; EMx++) { if(EMx % 3) continue result (EMx + "\n") }