printExamples f -- prints out the examples of code using the function f provided in the documentation for f.
i1 : printExamples partition |
See also:
Code:
-- ../../../Macaulay2/m2/document.m2:428 printExamples = f -> scan(examples f, i -> << i << endl)