3-72 Full Command and Function Reference
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
[[ matrix ]] n
position
→
z
get
[[ matrix ]] { n
row
, m
column
}
→
z
get
'name
matrix
' n
position
→
z
get
'name
matrix
' { n
row
, m
column
}
→
z
get
[ vector ] n
position
→
z
get
[ vector ] {n
position
}
→
z
get
'name
vector
' n
position
→
z
get
'name
vector
' {n
position
}
→
z
get
{ list } n
position
→
obj
get
{ list } {n
position
}
→
obj
get
'name
list
' n
position
→
obj
get
'name
list
' {n
position
}
→
obj
get
See also: GETI, PUT, PUTI
GETI
Type: Command
Description: Get and Increment Index Command: Returns from the argument 1/level 2 array or list (or
named array or list) the real or complex number z
get
or object obj
get
whose position is specified in
argument 2/level 1, along with the first (level 2) argument and the next position in that
argument. For matrices, the position is incremented in row order.
Access: !°
LIST ELEMENTS GETI ( °is the left-shift of the Nkey).
Flags: Index Wrap Indicator (-64)
Input/Output:
L
2
/A
1
L
1
/A
2
L
3
/I
1
L
2
/I
2
L
1
/I
3
[[ matrix ]] n
position1
→
[[ matrix ]] n
position2
z
get
[[ matrix ]] { n
row
, m
column
}
1
→
[[ matrix ]] { n
row
, m
column
}
2
z
get
'name
matrix
' n
position1
→
'name
matrix
' n
position2
z
get
'name
matrix
' { n
row
, m
column
}
1
→
'name
matrix
' { n
row
, m
column
}
2
z
get
[ vector ] n
position
→
[ vector ] n
position2
z
get
[ vector ] {n
position1
}
→
[ vector ] {n
position2
} z
get
'name
vector
' n
position1
→
'name
vector
n
position2
z
get
'name
vector
' {n
position1
}
→
'name
vector
{n
position2
} z
get
{ list } n
position1
→
{ list } n
position2
obj
get
{ list } {n
position1
}
→
{ list } {n
position2
} obj
get
'name
list
' n
position1
→
'name
list
' n
position2
obj
get
'name
list
' {n
position1
}
→
'name
list
' {n
position2
} obj
get
L = Level; A = Argument; I = Item
See also: GET, PUT, PUTI