Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
Line 1,095:
'555-9999'
</source>
Dictionary haheshashes/compares based on equality and holds strong references to both key and value. Variants exist which hash/compare on identity (IdentityDictionary) or keep weak references (WeakKeyDictionary / WeakValueDictionary).
 
===SNOBOL===