ammarbinfaisal / sahl

a programming language with channels and coroutines/threads
MIT License
10 stars 1 forks source link

for in range loops #11

Closed ammarbinfaisal closed 1 year ago

ammarbinfaisal commented 1 year ago
for in 0..=10 {
    # code
}
ammarbinfaisal commented 1 year ago

https://github.com/abooishaaq/sahl/commit/986ecfdc543dafbe5d260fbb02170d59ff481594 closes this.