renamed __assocPut: to __put_assoc:

This commit is contained in:
hyunghwan.chung
2017-02-08 13:14:29 +00:00
parent a05793a66d
commit 2101bb38b4
3 changed files with 5 additions and 5 deletions

View File

@ -211,10 +211,10 @@ class Set(Collection)
^ass
}
(* __assocPut: is a special internal method used by VM to add an association
(* __put_assoc: is a special internal method used by VM to add an association
* to a dictionary with the dictionary/association expression notation.
* :{ :( 1, 20 ), :( #moo, 999) } *)
method __assocPut: assoc
method __put_assoc: assoc
{
| hv ass bs index ntally key |