Loops/Foreach: Difference between revisions

(Bait solution)
Line 418:
=={{header|Bait}}==
`for-in` loops work with both builtin container types (arrays and maps).
They allow to iterate the keys/indices/keys and values.
 
<syntaxhighlight lang="bait">
24

edits