Re: export & public
- Posted by ne1uno Dec 04, 2008
- 1311 views
analize.ex hasn't been updated to the new map:put syntax change from a function to a procedure yet.
and the doc still indicate it returns the updated map. confusing even if the map is indeed updated.
just remove the variable = m:put in 2 places
about line 55 and line 135 change
thevarb = m:put(...) to just m:put(...)