<?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[Multi-declaration of local variable...]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a> Is it normal there's no check to prevent multi-declaration of locals? <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f644.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--face_with_rolling_eyes" style="height:23px;width:auto;vertical-align:middle" title=":face_with_rolling_eyes:" alt="🙄" /></p>
<pre><code>inline function localTest()
{
    local x = 2;
    local x;    // Perfectly works...
}
localTest();
</code></pre>
]]></description><link>https://forum.hise.audio/topic/4399/multi-declaration-of-local-variable</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 02:42:50 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/4399.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Jul 2021 18:22:51 GMT</pubDate><ttl>60</ttl></channel></rss>