billygreene

4 Reputation

2 Badges

18 years, 205 days

MaplePrimes Activity


These are questions asked by billygreene

Using the proc command and multiple functions embedded in a main function, I'm trying to calculate something. However, I don't want a huge list of calculations to be printed out. I realize that using : instead of ; eliminates most of those outputs, and I've set printlevel := 0;, but I am still getting printouts every time I run an embedded proc inside my main calculations. I was hoping there would be a way to make it so nothing is printed out at all excluding the final return value of the main function (specifically, how do I eliminate the output of the embedded proc's). Thanks, William
Page 1 of 1