```sh
text = map_to_properties [--prefix prefix] handle
```
Converts the provided map to properties text.
* *
The properties text.
```sh
handle = map
map_put ${handle} a 1
map_put ${handle} b 2
map_put ${handle} a.b.c 123
text = map_to_properties ${handle}
```