diff options
Diffstat (limited to 'client.rkt')
-rw-r--r-- | client.rkt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ ;(define guard (make-custodian (current-custodian))) ;(current-custodian guard) ;; reads values continously from stdin and redisplays them + +;;;;;; NOT IN USE ;;;;;;; (define (read-loop) (display (read-line)) (display "\n") |