We are going to say Hello as a message box.
function helloWorld() { Browser.msgBox("Hello World"); }
To execute the script, either click ▶ or select the menu item Run -> helloWorld