break and continue statements

Post your requests and ideas on the future development of mikroBasic PRO for PIC.
Post Reply
Author
Message
marcus
Posts: 101
Joined: 12 Sep 2006 08:58

break and continue statements

#1 Post by marcus » 03 Jun 2009 13:09

In the case of nested loops, I think it would be nice to be able to specify which loop you want to break and continue, for example 'continue for', 'break while', etc

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: break and continue statements

#2 Post by zristic » 03 Jun 2009 14:34

Break and continue always refer to the most inner loop. There is no way we will be changing this as it will cause more confustion than advantages.
Thanks for the tip anyway.

Post Reply

Return to “mikroBasic PRO for PIC Wish List”