Define variable starting with a number?

0 votes
asked Aug 13, 2017 in Bug by anonymous
Why does:

!define ABC Test

work, while:

!define 1ABC Test

Does not work? Is there an easy fix for that? It seems starting with a number causes the error. Please advise. Thank you!

1 Answer

0 votes
answered Sep 17, 2017 by plantuml (295,000 points)
We  use the C convention here : macro names have to start with a letter or an underscore. Is it a big issue for you ?
...