APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
3 bytes removed ,  14:31, 29 May 2020
m
Link to Catenate, not Concatenate
mNo edit summary
m (Link to Catenate, not Concatenate)
Line 244: Line 244:
3 -1 2 -7
3 -1 2 -7
</source>
</source>
The attribute value needs to be quoted, so we [[concatenate|prepend]] (<source lang=apl inline>,</source>) two quotation marks, and then we [[rotate]] the text one step (left), thereby pushing the first one to the end:
The attribute value needs to be quoted, so we [[catenate|prepend]] (<source lang=apl inline>,</source>) two quotation marks, and then we [[rotate]] the text one step (left), thereby pushing the first one to the end:
<source lang=apl>
<source lang=apl>
       1⌽'""','¯'⎕R'-'⍕3 ¯1 2 ¯7
       1⌽'""','¯'⎕R'-'⍕3 ¯1 2 ¯7

Navigation menu