From: Difference between revisions

Jump to navigation Jump to search
16 bytes added ,  11:48, 4 April 2020
dzaima/APL update
(Created page with "{{Built-in|Select|⊇}} (jokingly referred to as ''Sane Indexing'') is a primitive function that allows selecting multiple major cells using indices of the cells. It i...")
 
(dzaima/APL update)
Line 7: Line 7:
       Shuffle 'abcdef'
       Shuffle 'abcdef'
fbdcea
fbdcea
</source>{{Works in|[[Extended Dyalog APL]]}}
</source>{{Works in|[[dzaima/APL]], [[Extended Dyalog APL]]}}
Without Select, one would have to write <source lang=apl inline>Shuffle←⊢⌷⍨∘⊂?⍨∘≢</source>.
Without Select, one would have to write <source lang=apl inline>Shuffle←⊢⌷⍨∘⊂?⍨∘≢</source>.


trusted
41

edits

Navigation menu