[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Escaping spaces
- From: "Soni \"They/Them\" L." <fakedme@...>
- Date: Sun, 7 Jan 2018 01:01:35 -0200
With \z, multiline strings are nicer, as they can be indented:
print("{\n\z
\x20 \"hello\": \"world\"\n\z
}")
Sadly, as that example shows, I need to use an "\x20".
It would be nice if "\ " (or, arguably, any other whitespace) was an
explicit way to break a \z.
--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.