diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-19 14:55:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-19 14:55:43 -0400 |
| commit | f59988cc104bfa65507e6aab48914d1d35f27c9b (patch) | |
| tree | b53375beb487b610dbe045787fbced60bf557519 /api/tables.md | |
| parent | 1c20a8f90f50ec8cfeff2d768bea3fed67016d6d (diff) | |
Update API docs
Diffstat (limited to 'api/tables.md')
| -rw-r--r-- | api/tables.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/tables.md b/api/tables.md index 28c5c202..5b18ab49 100644 --- a/api/tables.md +++ b/api/tables.md @@ -29,7 +29,9 @@ t | `&{K=V}` | The reference to the table. | Table.get : func(t: {K=V}, key: K -> V?) ``` -Retrieves the value associated with a key, or returns `none` if the key is not present. **Note:** default values for the table are ignored. +Retrieves the value associated with a key, or returns `none` if the key is not present. + +Default values for the table are ignored. Argument | Type | Description | Default ---------|------|-------------|--------- |
