Simple examples: Difference between revisions

Jump to navigation Jump to search
1 byte added ,  16:27, 15 November 2019
m
Miraheze>Adám Brudzewsky
No edit summary
Miraheze>Marshall
Line 28: Line 28:
will transform a list of strings representing words into a comma-separated list:
will transform a list of strings representing words into a comma-separated list:
<source lang=apl>
<source lang=apl>
    {⍺,', ',⍵}⌿'cow' 'sheep' 'cat' 'dog'
      {⍺,', ',⍵}⌿'cow' 'sheep' 'cat' 'dog'
┌────────────────────┐
┌────────────────────┐
│cow, sheep, cat, dog│
│cow, sheep, cat, dog│
Anonymous user

Navigation menu