Hi All,
I am not able to understand the error with the code below which simply prints the length of the string:
(define codeLen (read))
(display codeLen)
(define code (read))
(display code)
(string-length code)
I am getting an error : string-length: expects argument of type <string>; given a
regards,
darkie