We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d7299 commit 58d5cd0Copy full SHA for 58d5cd0
docs/tutorial-basics/tutorial_09_scripting.md
@@ -38,12 +38,12 @@ We will use this XML:
38
<Sequence>
39
<Script code=" msg:='hello world' " />
40
<Script code=" A:=THE_ANSWER; B:=3.14; color:=RED " />
41
- <Precondition if="A>B && color != BLUE" else="FAILURE">
42
- <Sequence>
43
- <SaySomething message="{A}"/>
44
- <SaySomething message="{B}"/>
45
- <SaySomething message="{msg}"/>
46
- <SaySomething message="{color}"/>
+ <Precondition if="A>B && color != BLUE" else="FAILURE">
+ <Sequence>
+ <SaySomething message="{A}"/>
+ <SaySomething message="{B}"/>
+ <SaySomething message="{msg}"/>
+ <SaySomething message="{color}"/>
47
</Sequence>
48
</Precondition>
49
@@ -95,4 +95,4 @@ int main()
95
96
return 0;
97
}
98
-```
+```
0 commit comments