| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-23 02:09:33 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-23 02:09:33 +0100 |
| commit | b5b30786abdb77dc0c1f9ed1be6d9c594b398b1a (patch) | |
| tree | 8fcf531cacc82dcb7f154465fedce7497a8dbe87 /content/fate_v1/declarations | |
| parent | 7272d83113545ec46b35ea440811dfc7da7634e1 (diff) | |
Adding some info on merge & parentheses.
Diffstat (limited to 'content/fate_v1/declarations')
| -rw-r--r-- | content/fate_v1/declarations/types/_index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/fate_v1/declarations/types/_index.md b/content/fate_v1/declarations/types/_index.md index 52f8154..81f295b 100644 --- a/content/fate_v1/declarations/types/_index.md +++ b/content/fate_v1/declarations/types/_index.md @@ -11,7 +11,8 @@ There are a few base types already defined: * `bool`: a Boolean (i.e. `(true)` or `(false)`). * `string`: a list of characters, not including newlines (e.g. `bob`, `something else`, `日本のもの`, or `الاشياء العربية`). This cannot include - computations: only hardcoded strings. + computations: only hardcoded strings. `(lp)` will be substituted by a `(` and + `(rp)` by a `)`, letting you use parentheses in a string. * `text`: a list of computations, interpreted as text, which may have attributes. |


