comparison runtime/doc/eval.txt @ 327:8f38b35904c0

updated for version 7.0085
author vimboss
date Tue, 14 Jun 2005 22:11:18 +0000
parents 03b3684919e3
children 2d8c2622e1fa
comparison
equal deleted inserted replaced
326:2893fe06d65d 327:8f38b35904c0
1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Jun 11 1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Jun 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
438 :let adict = onedict 438 :let adict = onedict
439 :let adict['a'] = 11 439 :let adict['a'] = 11
440 :echo onedict['a'] 440 :echo onedict['a']
441 11 441 11
442 442
443 For more info see |list-identity|. 443 Two Dictionaries compare equal if all the key-value pairs compare equal. For
444 more info see |list-identity|.
444 445
445 446
446 Dictionary modification ~ 447 Dictionary modification ~
447 *dict-modification* 448 *dict-modification*
448 To change an already existing entry of a Dictionary, or to add a new entry, 449 To change an already existing entry of a Dictionary, or to add a new entry,