Jump to content

Loops/Foreach: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
(→‎Nim: Fixed typo.)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 2,751:
endfor</syntaxhighlight>
 
=={{header|V (Vlang)}}==
{{trans|go}}
 
<syntaxhighlight lang="v (vlang)">fn print_all(values []int) {
for i, x in values {
println("Item $i = $x")
451

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.