<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Printing Strings on New Lines Without Custom Edits]]></title><description><![CDATA[<p dir="auto">I have a set of blocks (image below) that output both strings inline. Is there a way to print each string on a new line without using custom edits like adding end="\n"? Just wondering if there’s a built-in way to achieve this behavior. Any suggestions?</p>
<p dir="auto"><img src="/assets/uploads/files/1743646686358-captura-de-tela-2025-04-02-231742.png" alt="Captura de tela 2025-04-02 231742.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/7464/printing-strings-on-new-lines-without-custom-edits</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 12:21:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7464.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Apr 2025 02:19:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Printing Strings on New Lines Without Custom Edits on Fri, 11 Apr 2025 06:32:40 GMT]]></title><description><![CDATA[<p dir="auto">In most programming languages, you can print strings on new lines using escape sequences or built-in functions. In Python, use \n like print("Hello\nWorld"). In JavaScript, console.log("Hello\nWorld") works. Some languages support multiple arguments, like print("Hello", "World", sep="\n") in Python. This method ensures cleaner and structured output.</p>
]]></description><link>https://community.m5stack.com/post/28863</link><guid isPermaLink="true">https://community.m5stack.com/post/28863</guid><dc:creator><![CDATA[peolsolutions]]></dc:creator><pubDate>Fri, 11 Apr 2025 06:32:40 GMT</pubDate></item><item><title><![CDATA[Reply to Printing Strings on New Lines Without Custom Edits on Thu, 03 Apr 2025 06:23:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/comera" aria-label="Profile: Comera">@<bdi>Comera</bdi></a> use labels ?</p>
]]></description><link>https://community.m5stack.com/post/28764</link><guid isPermaLink="true">https://community.m5stack.com/post/28764</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Thu, 03 Apr 2025 06:23:22 GMT</pubDate></item></channel></rss>