Using the library https://mathparser.org/mxparser-tutorial/playing-with-expression-tokens/
Assume I have the follow functions:
val origEl = Expression("revenue - cogs")
origEl.copyOfInitialTokens // this returns an array of `Token`
What is the tokenIdType
here that would indicate we have a user defined argument
Thanks