1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-28 01:25:38 +00:00

Update Muddle hello world example.

Use MDL 55.  Remove reference to LARS directory.  Move call to SAVE-IT
from the source file to the Muddle session.
This commit is contained in:
Lars Brinkhoff
2023-02-23 10:26:23 +01:00
parent 43810baab6
commit dfb09da1e3
2 changed files with 14 additions and 15 deletions

View File

@@ -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"
;"<SAVE-IT>$ to make a HELLO SAVE file which can later be loaded into"
;"Muddle with RESTORE."
<DEFINE HELLO ()
<PRINC "Hello, muddled world!">
@@ -9,5 +10,3 @@
<DEFINE SAVE-IT ()
<COND (<=? <SAVE "HELLO SAVE"> "SAVED"> <QUIT>)>
<HELLO>>
<SAVE-IT>