Add "shout" as an example of a scheme procedure.

This commit is contained in:
Barra Ó Catháin 2023-04-13 02:26:36 +01:00
parent f1673754bf
commit 7118d8e3d7
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@
(begin
(create-path from-path-description from-area to-area arealist)
(create-path to-path-description to-area from-area arealist)))
(define (shout message outputqueue)
(message-everyone "SERVER" message outputqueue))