Changes for page Mission Director Guide
Last modified by Klaus Meyer on 2025/03/31 16:39
From version 32958.1
edited by Daniel Turner
on 2023/08/22 19:09
on 2023/08/22 19:09
Change comment:
There is no comment for this version
To version 32959.1
edited by Daniel Turner
on 2023/08/22 19:12
on 2023/08/22 19:12
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -561,7 +561,6 @@ 561 561 {{code language="xml"}}1 ge 3{{/code}} 562 562 \\{{code language="xml"}}1 <= 3{{/code}}|{{code language="xml"}}false{{/code}}|Greater than or equal to 563 563 |((( 564 -= = 565 565 )))|binary|{{code language="xml"}}1 + 1 == 2.0{{/code}}|{{code language="xml"}}true{{/code}}|Equal to 566 566 |~!=|binary|{{code language="xml"}}1 + 1 != 2.0{{/code}}|{{code language="xml"}}false{{/code}}|Not equal to 567 567 |and|binary|{{code language="xml"}}true and false{{/code}}|{{code language="xml"}}false{{/code}}|Logical AND (short-circuit semantics)