- Jun
- 113
- 7
For the internal command expr, permit 'x' to serve as a synonym for *, which is a special symbol for TCC. This will avoid the need for argument quoting when expr is simply trying to multiply two numbers.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!For the internal command expr, permit 'x' to serve as a synonym for *, which is a special symbol for TCC. This will avoid the need for argument quoting when expr is simply trying to multiply two numbers.
I just saw your reply today. I do not always check the notification that a reply has been made to one of my postings.Not clear to me what the issue is here - * is only a special symbol in EXPR when doing a regex match. Can you give me an example of what you want to do (and can't do with the current syntax)?