#!/usr/bin/wksh -openlook

oi TOPLEVEL hello hello 
cmw txt txt staticText $TOPLEVEL string:"Hello World"

rw $TOPLEVEL

ml
