[top][index]
search for:

documentation -- get documentation, unformatted

documentation s -- provides the online documention for the topic s, in internal hypertext form, suitable for conversion to text with text or to html with html.

i1 : documentation partitions

o1 = partitions
     'partitions n' -- returns a list of the partitions of the integer n.
     'partitions(n,k)' -- returns a list of the partitions of the integer n
                           into terms each of which does not exceed k.
         i1 = partitions 4


         i2 = partitions(4,2)

     Ways to use 'partitions' :    "partitions" "ZZ"
                                   "partitions"("ZZ","ZZ")

o1 : SEQ

Ways to use documentation :

  • documentation Sequence
  • documentation Function
  • documentation HashTable
  • documentation Option
  • documentation String
  • documentation Symbol
  • documentation Thing
  • documentation Type

  • [top][index]
    search for: