Post A6WJcPJVOSqN3ogERE by emsenn@ecosteader.com
 (DIR) More posts by emsenn@ecosteader.com
 (DIR) Post #A6WJcPJVOSqN3ogERE by emsenn@ecosteader.com
       2021-04-22T23:40:15Z
       
       0 likes, 0 repeats
       
       @technomancy I feel like i've asked this question 100 times but is there a way to do like, long-strings (not the right term but lol whatever) in fennel? lua has [[this stuff]] and honestly fennel not having long-strings seems to be the only reason I have to touch lua ever
       
 (DIR) Post #A6WJcPjNqFXmM4mtm4 by technomancy@icosahedron.website
       2021-04-22T23:46:57Z
       
       0 likes, 1 repeats
       
       @emsenn no there's nothing like that. my understanding is that in Lua those are called "multiline strings" because normal strings in Lua can't have newlines in them for some reason; Fennel doesn't have that limitation so you can use normal notation for strings that have multiple lines.