Associative array/Creation: Difference between revisions

Content added Content deleted
m (Restored alphabetical order of languages)
m (Moved all omissions to the bottom of the page)
Line 2,350: Line 2,350:
get c
get c
dump</lang>
dump</lang>

{{omit from|Applesoft BASIC}}
{{omit from|bc|No associative arrays. No string operations.}}
{{omit from|Brainf***}}
{{omit from|dc|No associative arrays. No string operations.}}
{{omit from|Integer BASIC}}
{{omit from|TI-83 BASIC|Same reason as TI-89.}}
{{omit from|TI-89 BASIC|Does not have associative arrays (unless you write a whole library yourself).}}


=={{header|Vala}}==
=={{header|Vala}}==
Line 2,460: Line 2,452:
D(two:2,three:3,one:1)</lang>
D(two:2,three:3,one:1)</lang>


{{omit from|Applesoft BASIC}}

{{omit from|bc|No associative arrays. No string operations.}}
{{omit from|Brainf***}}
{{omit from|dc|No associative arrays. No string operations.}}
{{omit from|GUISS}}
{{omit from|GUISS}}
{{omit from|Integer BASIC}}
{{omit from|TI-83 BASIC|Same reason as TI-89.}}
{{omit from|TI-89 BASIC|Does not have associative arrays (unless you write a whole library yourself).}}