Skip to content

Commit

Permalink
Merge pull request #340 from FerencBodon-Kx/master
Browse files Browse the repository at this point in the history
improving type cross references
  • Loading branch information
natalietanner authored Dec 13, 2024
2 parents 96904fa + c4513b3 commit 2c18d20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/basics/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ The type is a short int:
[Cast](../ref/cast.md),
[Tok](../ref/tok.md),
[`type`](../ref/type.md),
[`key`](../ref/key.md#type-of-a-vector),
[`.Q.ty`](../ref/dotq.md#ty-type) (type)
<br>
:fontawesome-solid-book-open:
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/dotq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ Since V3.6 2018.05.18.
.Q.ty x
```

Where `x` is a list, returns the type of `x` as a character code:
Where `x` is a list, returns the [type](../basics/datatypes.md) of `x` as a character code:

- lower case for a vector
- upper case for a list of uniform type
Expand Down
1 change: 1 addition & 0 deletions docs/ref/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ q)type (0|+) / composition
----

:fontawesome-solid-book:
[`key`](key.md#type-of-a-vector),
[.Q.ty](dotq.md#ty-type)
<br>
:fontawesome-solid-book-open:
Expand Down

0 comments on commit 2c18d20

Please sign in to comment.