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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user