getting  "read-line: undefined; cannot reference undefined identifier" error 
for this code segment

(define repl
  (lambda()
  (display "\nUofL>")
  (let ((inp (read-line)))           <--- this specific line
                
  (set! lista (append (string-split inp) lista))
                (set! lengtha (length (string-split inp)))
        (cond
                   ...(rest of code)

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to