Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

hasForEachLoops

< >
Example from 1 languages: Pug
ul each val in [1, 2, 3, 4, 5] li= val
Example from 1 languages: C3
foreach (x : list) { foo(x); }
Example from 1 languages: Cyber
for worlds each w: print 'Hello, {w}!'
Example from 1 languages: Jule
for x, y in my_enumerable { // ... }
Example from 1 languages: Speedie
|| items = [5,6,7,8] for i in items printline i
*

Languages with hasForEachLoops include Pug, C3, Cyber, Jule, Speedie, hecl

*

View all concepts with or missing a hasForEachLoops measurement

View source

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