add docs for dir() and keys()

This commit is contained in:
whosit 2025-03-25 13:01:33 +03:00
parent 82502c833b
commit ed80ef004d

View File

@ -135,3 +135,9 @@ already existed.
> cmd_eval
| nil -- wiped for real
```
### Other shortcuts
#### `dir()` and `keys()`
List keys of the table (useful for exploring data structures, without flooding your chat).