


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



![[top]](top.gif)