diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-08-21 14:03:55 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 986cc37c16601195eaffa60d5be06f57e49bd5fe (patch) | |
| tree | dd5208deca4034de9170a25892d4d557d4d2d591 /docs/reference/index.md | |
| parent | add reference/loops (diff) | |
| download | alive-986cc37c16601195eaffa60d5be06f57e49bd5fe.tar.gz alive-986cc37c16601195eaffa60d5be06f57e49bd5fe.zip | |
add reference/conditionals
Diffstat (limited to 'docs/reference/index.md')
| -rw-r--r-- | docs/reference/index.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/reference/index.md b/docs/reference/index.md index 5012d0f..f0335c3 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -14,7 +14,7 @@ own module or contributing to alive, check out the 2. [evaltime and runtime](02_evaltime-and-runtime.html) 3. evaltime 1. [symbol resolution](03-1_symbol-resolution.html) - 2. if and switch + 2. [conditionals](03-2_conditionals.html) 3. [functions](03-3_functions.html) 4. dynamic symbols 5. [loops](03-5_loops.html) @@ -22,5 +22,8 @@ own module or contributing to alive, check out the 4. runtime 1. result kinds 2. pure operators -5. [builtin listing](builtins.html) -6. included modules +5. compound types + 1. arrays + 2. structs +6. [builtin listing](builtins.html) +7. included modules |
