Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

hasForLoops

< >
Example from bog:
let mut sum = 0 for let c in "hell枚 w枚rld" match c "h" => sum += 1 "e" => sum += 2 "l" => sum += 3 "枚" => sum += 4 "w" => sum += 5 "d" => sum += 6
Example from Jule:
// Jule has for loops with while-next iterations let mut i = 0 for i < 10; i++ { // ... }
Example from Speedie:
while i in 10 "hello: $i"

Languages with hasForLoops include C3, bog, Jule, Aardvark, Speedie, hecl

HTML of this page generated by Features.ts

View source

- Build the next great programming language About Acknowledgements Extensions Day 624 feedback@pldb.io