UserLand Frontier


Very simple:
msg("Hello World!")

Somewhat less simple:
dialog.notify("Hello World!")

Even less simple:
on helloWorld () {
   local (target = @scratchpad.helloworld);
   Frontier.bringToFront ();
   new ('wptx', target);
   target.set (target);
   editMenu.setFont ("Geneva");
   editMenu.setFontSize (24);
   edit (target);
   wp.insert ("Hello World!");
   target.clear ()}


submitted by: chazl@leonardo.lmt.com (Chaz Larson)