Re: new map type (Re: Ann: SWI-Prolog 7.1.0)
Alan Baljeu <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
>>> plus(Map.key, 2,3) > >It is equivalent to > > get_map_ex(key, Map, V), > plus(V, 2, 3). Understood. >>> Vector.multiply(V2) You still haven't explained this. Does this mean get_map_ex(multiply, Vector, V2)?