10 rem my first program! 20 cls 30 print "hello world" run
private sub cmdClickMe_click() msgbox "hello world" end sub