The id property can have [different values](https://github.com/thiagodp/concordialang/blob/master/docs/en/language.md#property-id). Having the following definition: ``` - id is "value" ``` When we call `formatProperties`, the result is `id="value"` What should we do in the other cases?
The id property can have different values.
Having the following definition:
When we call
formatProperties, the result isid="value"What should we do in the other cases?