schemy/src/examples/command_server/say-hi.ss

6 lines
122 B
Scheme

; This command processor would echo an input string `name` in the format:
;
; hello name!
(define EXECUTE (say-hi))