sS renderMap_colon_lines(Map map) { ret lines(mapMapToList(func(O a, O b) { str(a) + ": " + str(b) }, map)); }