Re: command_line() with *
- Posted by georgeorr Apr 16, 2009
- 868 views
True enough. I had used * for the multiplication operator just because that is what is used in other applications such as FORTH. It is easy enough to go another way and use another symbol for this operator. Are there things other than the * that I should avoid to prevent this type of command_line() problem? * is the only one I have found, but ...
Thanks.