Open SuzanneSoy opened 8 years ago
#lang repltest racket (define x 1) ;; This comment breaks stuff > x ;; This comment breaks stuff too: 1
We should skip over comments and whitespace alike, before reading an expression or checking for the presence of the prompt. Does read allow to do this?
read