Hi,
I can see this in REPL:
"in-test.rkt"> (define lst (list "alfa" 42))
"in-test.rkt"> lst
'("alfa" 42)
"in-test.rkt"> (printf "~a\n" lst)
(alfa 42)
I should much prefer it being quoted in the last line. Is there a way?
Hi,
I can see this in REPL:
"in-test.rkt"> (define lst (list "alfa" 42))
"in-test.rkt"> lst
'("alfa" 42)
"in-test.rkt"> (printf "~a\n" lst)
(alfa 42)
I should much prefer it being quoted in the last line. Is there a way?