Skip to content

Commit 21aa5bc

Browse files
committed
docs/Demo_mode.md updated from https://stackedit.io/
1 parent 3980661 commit 21aa5bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Demo_mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Sample start scripts can be found in the Interlisp/Online Github repo in the sta
2828

2929
Most demos will require Lisp (or other) files that are not included in the standard Online Medley image. One very handy function to be used in start scripts for these demos is ```(ShellWget URL OUTFILE)```. This function will download (using wget) the file specified by URL and store it in the versioned Online Medley file system under the name OUTFILE. OUTFILE can then be LOADed by the start script.
3030

31-
Below is the start script for a demo of Pamoroso's INSPHEX utility The start script defines and then runs a function called START-INSPHEX. The START-INPHEX in turn uses ShellWget to download the source code to INSPHEX from Github, compiles it, loads the compiled file and then uses ADD.PROCESS to run the main HEXDUMP function. There is some additional complication in the call to ADD.PROCESS to ensure that packages are handled correctly. But most existing Interlisp demos will not need this complexity since they don't use packages.
31+
Below is the start script for a demo of Pamoroso's INSPHEX utility The start script defines and then runs a function called START-INSPHEX. The START-INPHEX function in turn uses ShellWget to download the source code to INSPHEX from Github, compiles it, loads the compiled file and then uses ADD.PROCESS to run the main HEXDUMP function. There is some additional complication in the call to ADD.PROCESS to ensure that packages are handled correctly. But most existing Interlisp demos will not need this complexity since they don't use packages.
3232

3333
```
3434
(DEFINE-FILE-INFO ^^PACKAGE "INTERLISP" ^^READTABLE "INTERLISP" ^^BASE 10)
@@ -91,6 +91,6 @@ For legacy reasons, ```https:://online.interlisp.org/demo/guest``` and ```https
9191

9292
> Written with [StackEdit](https://stackedit.io/).
9393
<!--stackedit_data:
94-
eyJoaXN0b3J5IjpbNTYyMDIzNTIxLDIxNTAzNzAxMCwxNzE0MT
95-
E2OTc0XX0=
94+
eyJoaXN0b3J5IjpbMjA2Nzk1MTAwMSwyMTUwMzcwMTAsMTcxND
95+
ExNjk3NF19
9696
-->

0 commit comments

Comments
 (0)