左 |
右 |
|
函數 |
0 |
0 |
|
cardinality of set of 符號 |
0 |
1 |
|
字串長(在字串表格使用的字數) |
0 |
2 |
|
符號表;行為:
| 0 | 在字串表的索引 |
| 1 | 位元長度 |
| 2 | hash value |
| 3 | 顏色 |
| 4 | parent |
| 5 | 左 |
| 6 | 右 |
| 7 | order # |
| 8 | predecessor |
| 9 | successor |
| 10 | bit flags |
詳細資料隨 J 版本可能有異。
|
0 |
3 |
|
字串表格 |
0 |
4 |
|
hash表格. _1 indicates free entries;
非負值為對應符號表的索引。 |
0 |
5 |
|
binary tree root |
0 |
6 |
|
binary tree fill factor |
0 |
7 |
|
binary tree gap |
0 |
10 |
|
get global 符號 data, equivalent to 0 s:&.>i.8.
details of this data may change from one version of J to 下個.
|
0 |
11 |
|
perform an integrity check on global 符號s data
|
0 |
12 |
|
每個符號所需的查詢數
|
1 |
符號陣列 |
|
一串符號名每個起始都為 '`' |
_1 |
字串 |
|
符號條列t for a string containing 符號names
each prefaced by leading character |
2 |
符號陣列 |
|
一串符號names each suffixed by a trailing zero character |
_2 |
字串 |
|
符號s list for a string containing 符號names
each suffixed by trailing character |
3 |
符號陣列 |
|
a literal 陣列of 符號names padded with zero characters |
_3 |
literal陣列 |
|
符號陣列for literal 陣列wherein each row,
excluding trailing zero characters, is name of a 符號 |
4 |
陣列of 符號s |
|
a literal 陣列of 符號names padded with blanks |
_4 |
literal陣列 |
|
符號s 陣列for literal 陣列wherein each row,
excluding trailing blanks, is name of a 符號 |
5 |
陣列of 符號s |
|
an 陣列of boxed strings of 符號names |
_5 |
boxed strings |
|
符號s 陣列for boxed 陣列wherein each box
is a string of a 符號name |
6 |
陣列of 符號s |
|
an 整數 陣列of 符號indices (indices into 表格of
符號s) |
_6 |
indices |
|
符號s for indices |
7 |
陣列of 符號s |
|
an 整數 陣列of order numbers for 符號s |
10 |
global 符號s data |
|
set global 符號s data (as 前個ly returned
by 0 s: 10)after performing
an integrity check on it.
Incorrect global 符號s data may cause misinterpretation of 符號陣列,
or data corruption, or a system crash, or end of civilization
as we know it.
|