sS formatColonProperties(Map map) { ret lines(mapMapToList(map, func(O key, O value) -> S { str(key) + ": " + str(value) })); }