antipasti

5 Reputation

3 Badges

19 years, 40 days

MaplePrimes Activity


These are Posts that have been published by antipasti

For pass argument I use the ssystem command.

So I'm able to pass argument by launching my script like this.

login@hostname:  echo  ARG | ./example.mpl

example.mpl look like this:

-------------example.mpl----------------

#!/usr/bin/maple

with(StringTools):

ResultArray:=ssystem("read MapleArg; echo ${MapleArg}"):

#
Page 1 of 1