| summaryrefslogtreecommitdiff |
diff options
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. |


