Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

hasForLoops

< >
Example from 1 languages: 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 1 languages: Jule
// Jule has for loops with while-next iterations let mut i = 0 for i < 10; i++ { // ... }
Example from 1 languages: Speedie
while i in 10 "hello: $i"
Example from 1 languages: Slab
ul for val, index in [1, 2] li val: #(val), index: #(index)
*

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

*

View all concepts with or missing a hasForLoops measurement

View source
- Build the next great programming language About Keywords Resources Acknowledgements Part of the World Wide Scroll