loops without subloops can now use :for clauses in final-expr

This commit is contained in:
Linus 2021-05-21 20:42:10 +02:00
parent 9988434554
commit e057a6b8fe
3 changed files with 17 additions and 5 deletions

8
CHANGELOG Normal file
View file

@ -0,0 +1,8 @@
v0.2 [unreleased]
- Made clauses execute in lexical order
- Loops without subloops can use :for clauses in the final expression.
- :final also obeys lexical order, and everything below it will run once
any subloop will run to exhaustion.
v.0.1 First release