MUF


        Non-looping:

: hello_world_program
 "Hello, world!" me @ swap notify
;

        Looping:

: hello_world_program
 begin "Hello, world!" me @ swap notify repeat
;


submitted by: cantrick@rintintin.colorado.edu (Ben)