Currently GnuCOBOL supports "$BLAH"
style environment variable expansion in ASSIGN
clauses. The filiorewrite branch supports a ${BLAH}
style syntax. From StackOverflow:
${variable}
is just a disambiguation mechanism, so you can say${var}text
when you mean, the contents of the variablevar
, followed bytext
(as opposed to$vartext
which means, the contents of the variablevartext
).
This seems like a reasonable feature to want, so it should be merged into trunk.
Note: trunk switched in the meantime, I'd also accept a merge of this single entry which should result only in a change in a single function into the 3.x branch.
@edward-h should we keep this FR assigned to you?
No, feel free to unassign me.