HISE Logo Forum
    • Categories
    • Register
    • Login

    Multi-declaration of local variable...

    Scheduled Pinned Locked Moved General Questions
    1 Posts 1 Posters 66 Views
    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.
    • ustkU
      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();
      

      Can't help pressing F5 in the forum...

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

      12

      Online

      1.8k

      Users

      12.0k

      Topics

      104.2k

      Posts