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/computations/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/fate_v1/computations/_index.md') diff --git a/content/fate_v1/computations/_index.md b/content/fate_v1/computations/_index.md index 71fe6f4..b9c4291 100644 --- a/content/fate_v1/computations/_index.md +++ b/content/fate_v1/computations/_index.md @@ -18,13 +18,13 @@ applicable. Structure members can be accessed by using `.` in `{String}`. ### STRUCTURE FIELD ACCESS {{< fatecode >}}{Structure Var Name}.{Field Name}{{< /fatecode >}} -{{< fatecode >}}(field [STRUCTURE VAR] {String}){{< /fatecode >}} +{{< fatecode >}}(field {String} [STRUCTURE VAR]){{< /fatecode >}} Accesses the `{String}` field of the structure `[STRUCTURE VAR]`. Using `.` to access fields is recommended over the use of this operator. ### STRUCTURE FIELD VALUE -{{< fatecode >}}(get_field [STRUCTURE] {String}){{< /fatecode >}} +{{< fatecode >}}(get_field {String} [STRUCTURE]){{< /fatecode >}} Returns the value of the `{String}` field of the structure `[STRUCTURE]`. ### TEMPORARY VARIABLES -- cgit v1.2.3-70-g09d2