diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-08-21 14:18:52 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-08-21 14:23:59 +0000 |
| commit | bd16f86c709e66b7c2696462acc4fbc7efefa493 (patch) | |
| tree | 912f2233964db1b7d7e49c4766073550f2adef19 /docs/guide | |
| parent | add reference/conditionals (diff) | |
| download | alive-bd16f86c709e66b7c2696462acc4fbc7efefa493.tar.gz alive-bd16f86c709e66b7c2696462acc4fbc7efefa493.zip | |
add reference/dynamic-symbols
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/07_defining-symbols.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/07_defining-symbols.md b/docs/guide/07_defining-symbols.md index 5fb6d3f..c25d34e 100644 --- a/docs/guide/07_defining-symbols.md +++ b/docs/guide/07_defining-symbols.md @@ -29,7 +29,7 @@ symbols starting and ending with asterisks (`*clock*`): example, `math/+` is found by first looking for a value for the symbol `math`, and then looking for the symbol `+` in that value. If the value for the symbol `math` is not a scope, an error is thrown. -- Symbols starting and ending with asterisks are called `dynamic symbols` and +- Symbols starting and ending with asterisks are called *dynamic symbols* and are looked up in a different way inside user-defined functions. This will be covered in detail later. - The two special formats can be mixed: when evaluating `*hello*/world`, |
