Hi Chris, I decided to implement the requested feature differently. In order to reduce the number of command line options needed to achieve the desired effect, I have added a new command line option --eval which can be used like this: apl --eval "((4 5 6)+(7 8 9))÷2" 5.5 6.5 7.5 Keep in mind that the shell processes the line before apl gets it, so the quotes above are removed etc. To get the quotes into apl they need to be escaped according to the shell's rules. SVN 1215. Best regards, Jürgen On 1/2/20 3:33 AM, Chris Moller wrote:
Hi, Jürgen, |
- Trivial feature request Chris Moller
- Re: Trivial feature request Blake McBride
- Re: Trivial feature request Blake McBride
- Re: Trivial feature request Chris Moller
- Re: Trivial feature request Dr . Jürgen Sauermann
- Re: Trivial feature request Chris Moller
- Re: Trivial feature request Dr . Jürgen Sauermann
- Re: Trivial feature request Chris Moller