From b5b30786abdb77dc0c1f9ed1be6d9c594b398b1a Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 23 Dec 2020 02:09:33 +0100 Subject: Adding some info on merge & parentheses. --- content/fate_v1/declarations/types/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/fate_v1/declarations') 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. -- cgit v1.2.3-70-g09d2