APLX Help : Help on APL language : APL Primitives : ⍀ 1st axis expand
|
|
|
|
|
The expansion function applies by default to the last axis, unless used in conjunction with the axis operator, TABLE ← 2 5⍴⍳10
1 0 1 ⍀ TABLE (Using the other axis, the
1 2 3 4 5 same as 1 0 1\[1]TABLE)
0 0 0 0 0
6 7 8 9 10
|
|
APLX Help : Help on APL language : APL Primitives : ⍀ 1st axis expand
|
|
Copyright © 1996-2010 MicroAPL Ltd