cqcallaw / newt

The newt programming language
GNU General Public License v3.0
12 stars 2 forks source link

Test return from inside for/foreach loop #67

Closed cqcallaw closed 7 years ago

cqcallaw commented 7 years ago

If I'm reading the current implementation correctly, the for loop will execute until the conditional is false, even if a return statement is inside it.