I have a problem with a text file and converting it to a list or string.
Say I have "blah.txt" which contains:
3 + 4
Now I want to name the file that, as I know, can be made
(define in (open-input-file "blah.txt"))
Where can I get it from here?
source
share