- Fix lib.math.digits: Argument "zero" now returns a table with the zero-th
digit by default, optionally an empty table.
- libmap:
- Add assertions for lib.map.get, set, covers and print.
- Remove undocumented and unused support for "user attributes" in maps,
allow named positions instead.
- Adapt Refman, and elaborate on read- and write-accesses to libmap-maps.
- Remove Lua-5.0-references from Refman (except for comparison between
modulo-functions).
- Fix some typos.
Note:
- Adaptions of levels andreas47 and ais06 will come with next level update.
andreas47 ("Show Jumper") might behave different till then.