6 lines
150 B
APL
6 lines
150 B
APL
|
|
is←{ t←⍵ ⋄ ⎕this⍎⍺,'←t' } ⍝⍝ the 'Slick Willie' function ;)
|
|||
|
|
'test' is ⍳2 3
|
|||
|
|
test
|
|||
|
|
1 1 1 2 1 3
|
|||
|
|
2 1 2 2 2 3
|