Project

General

Profile

Feature #346

Updated by John Abbott over 3 years ago

The *@describe@* command will produce the source code of a package function, but it does not indicate the package the function comes from. It should indicate the package (perhaps simply as a comment, so the source code produced remains fairly valid).

Try the following:
<pre>
describe BinExp;
</pre>

*2021-01* *Describe Describe cannot know the package name (see #10),* #10), so added functions and suggestions when calling @describe@ for a user defined function

Back