APLX Help : Help on APL language : System Functions & Variables : ⎕IO Index Origin
|
|
|
|
|
The system variable ⎕IO←1
⍳4
1 2 3 4
⎕IO←0
⍳4
0 1 2 3
Operations which involve indexing of arrays A number of functions are affected by ⍳ ? ⍋ ⍒ ⍉ ⊃ ⌷ Functions and operators which use axis specifications are also affected: ⌽ ⊖ / ⌿ \ ⍀ , ↑ ↓ ⊂ ⊃ and finally, the line number returned by |
|
APLX Help : Help on APL language : System Functions & Variables : ⎕IO Index Origin
|
|
Copyright © 1996-2010 MicroAPL Ltd