Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
printを使用するときにコードを表示しない関数のセットがありますinterface(verboseproc=2)。これらは Maple カーネルに実装されています。
print
interface(verboseproc=2)
そのような関数のリストはありますか?
コマンドを発行してみてください。
anames(builtin);
このアプローチは、type,builtinのヘルプ ページに記載されています。