Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/basics/syscmds.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@ If [logging](../kb/logging.md) is enabled, the command [checkpoints](../kb/loggi

:fontawesome-solid-book:
[`load`](../ref/load.md),
[`.Q.l`](../ref/dotq.md#l-load) (load)
[`.Q.l`](../ref/dotq.md#l-load) (load),
[`\_`](#_-hide-q-code) (hide q code)
<br>
:fontawesome-solid-graduation-cap:
[Logging](../kb/logging.md)
Expand Down Expand Up @@ -1047,6 +1048,9 @@ q)read0`:t1.q_ / file contents are scrambled
"S\014%\210\0273\245"
```

:fontawesome-solid-book:
[`\l`](#l-load-file-or-directory) (load file or directory)
<br>
:fontawesome-solid-book-open:
[Protecting proprietary code](../wp/permissions/index.md#protecting-proprietary-code)

Expand Down