Jump to content

Hash from two arrays: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
mNo edit summary
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 2,627:
<pre>[[a; 1]; [b; 2]; [c; 3]]</pre>
 
=={{header|V (Vlang)}}==
<syntaxhighlight lang="v (vlang)">fn main() {
keys := ["a", "b", "c"]
vals := [1, 2, 3]
451

edits

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