It is possible to have a new line when you write with "display" like
(display "exa \n mple")
But the problem is that there is no any code to have a new line in strings? Like:
"exa \n mple"
Expected ->
exa
mple
What I have:
exa \n mple
I couldn't find any information in racket-documentation or anywhere else.