File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ The type is a short int:
6969[ Cast] ( ../ref/cast.md ) ,
7070[ Tok] ( ../ref/tok.md ) ,
7171[ ` type ` ] ( ../ref/type.md ) ,
72+ [ ` key ` ] ( ../ref/key.md#type-of-a-vector ) ,
7273[ ` .Q.ty ` ] ( ../ref/dotq.md#ty-type ) (type)
7374<br >
7475:fontawesome-solid-book-open:
Original file line number Diff line number Diff line change @@ -1994,7 +1994,7 @@ Since V3.6 2018.05.18.
19941994.Q.ty x
19951995```
19961996
1997- Where ` x ` is a list, returns the type of ` x ` as a character code:
1997+ Where ` x ` is a list, returns the [ type] ( ../basics/datatypes.md ) of ` x ` as a character code:
19981998
19991999- lower case for a vector
20002000- upper case for a list of uniform type
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ q)type (0|+) / composition
4343----
4444
4545:fontawesome-solid-book:
46+ [ ` key ` ] ( key.md#type-of-a-vector ) ,
4647[ .Q.ty] ( dotq.md#ty-type )
4748<br >
4849:fontawesome-solid-book-open:
You can’t perform that action at this time.
0 commit comments