examples

examples f -- returns a list of strings containing examples of code using the function f provided in the documentation of f.

i1 : examples partitions

o1 = {partitions 4, partitions(4,2)}

o1 : List
i2 : printExamples partitions
partitions 4
partitions(4,2)

See also document and printExamples.


topindexpreviousupnext