diff --git a/doc/muddle.md b/doc/muddle.md index e94e93a7..d9fac2a9 100644 --- a/doc/muddle.md +++ b/doc/muddle.md @@ -31,34 +31,34 @@ with this content: > "SAVED"> )> + "SAVED"> )> > - - ``` `HELLO` is the main program which prints a message and terminates. `SAVE-IT` is used to create a `SAVE` file and arranges to call `HELLO` when it's restored. -Now start `:muddle` and type `` and -Escape. It should look like this: +Now start `:mud55` and type `` and +Escape. Next, type ``Escape. +It should look like this: ``` -:muddle -MUDDLE 56 IN OPERATION. +:mud55 +MUDDLE 55 IN OPERATION. LISTENING-AT-LEVEL 1 PROCESS 1 $ - +"DONE" +$ :KILL ``` A `HELLO SAVE` file has been created with the `HELLO` procedure in it. -To run it, start `:muddle` again and type ``: +To run it, start `:mud55` again and type ``: ``` -*:muddle -MUDDLE 56 IN OPERATION. +*:mud55 +MUDDLE 55 IN OPERATION. LISTENING-AT-LEVEL 1 PROCESS 1 $ Hello, muddled world! diff --git a/src/hello/hello.mud b/src/hello/hello.mud index daae2167..525513c4 100644 --- a/src/hello/hello.mud +++ b/src/hello/hello.mud @@ -1,5 +1,6 @@ -;"Hello world example for Muddle. Load this file with FLOAD to make a" -;"HELLO SAVE file which can later be loaded into Muddle with RESTORE." +;"Hello world example for Muddle. Load this file with FLOAD, and type" +;"$ to make a HELLO SAVE file which can later be loaded into" +;"Muddle with RESTORE." @@ -9,5 +10,3 @@ "SAVED"> )> > - -