http://www.flowgorithm.org/about/index.htm

    1. Do you plan to add Break and Return statements?
No. Flowgorithm adheres to the "one way in, one way out" principle to 
structured programming. In other words, there should only be one flow into a 
function and one flow out.  This concept was championed with the birth of 
structured programming. At the time, most programs implement control flow using 
the GoTo Statement. While useful, it lead to difficult to understand programs.


Some programming languages - such as C and Java - have statements like Break, 
Continue, and Return. All of these are, in fact, hidden GoTo Statements. Break 
Statements are necessary in the C and Java due to how the Switch Statement 
works. However, many languages lack all three. 



/O.O\
------------------------------------------
Artificial General Intelligence List: AGI
Permalink: 
https://agi.topicbox.com/groups/agi/T409fc28ec41e6e3a-M784ea98d121b8562072c9c3c
Delivery options: https://agi.topicbox.com/groups/agi/subscription

Reply via email to