Forum

    • Register
    • Login
    • Search
    • Categories

    Multi-declaration of local variable...

    General Questions
    1
    1
    25
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ustk
      ustk last edited by

      @Christoph-Hart Is it normal there's no check to prevent multi-declaration of locals? 🙄

      inline function localTest()
      {
          local x = 2;
          local x;    // Perfectly works...
      }
      localTest();
      

      I cannot help pressing F5 in the forum...
      Studio427 Audio - Audio Instruments & FX Plugins for music production. Website - Facebook

      1 Reply Last reply Reply Quote 1
      • First post
        Last post

      20
      Online

      982
      Users

      6.6k
      Topics

      60.7k
      Posts