diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-02-03 13:43:23 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 521f13a2fa5296457ad956e814a222a337473266 (patch) | |
| tree | 46b3275cfe016ada332ab4947e751b86ae0c0e85 /docs | |
| parent | lib: move midi.core to _midi (diff) | |
| download | alive-521f13a2fa5296457ad956e814a222a337473266.tar.gz alive-521f13a2fa5296457ad956e814a222a337473266.zip | |
docs/reference: fix link to guide
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/reference/05-3_scopes.md | 5 | ||||
| -rw-r--r-- | docs/reference/index.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/05-3_scopes.md b/docs/reference/05-3_scopes.md new file mode 100644 index 0000000..0517677 --- /dev/null +++ b/docs/reference/05-3_scopes.md @@ -0,0 +1,5 @@ +Scopes contain symbol-result mappings and are used only at *evaltime*. Unlike +arrays and structs, which contain other types and have to either wholly be a +constant, ~-stream or !-steam, a single scope can contain all of these. + +For this reason, scopes are used for metaprogramming and modules. diff --git a/docs/reference/index.md b/docs/reference/index.md index beb6f77..ba22dba 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -4,7 +4,7 @@ recommended place to start. If you are looking for information on adding your own module or contributing to alive, check out the [developer documentation](../internals/index.html). -[guide]: (../guide/index.html) +[guide]: ../guide/index.html ## contents |
