Associative array/Creation: Difference between revisions

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 6,100: Line 6,100:
</syntaxhighlight>
</syntaxhighlight>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
<syntaxhighlight lang="vlang">fn main() {
<syntaxhighlight lang="v (vlang)">fn main() {
// make empty map
// make empty map
mut my_map := map[string]int{}
mut my_map := map[string]int{}