visual3d:documentation:pipeline:expressions:example_using_the_amp_operator
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:expressions:example_using_the_amp_operator [2024/06/26 20:24] – created sgranger | visual3d:documentation:pipeline:expressions:example_using_the_amp_operator [2025/07/09 13:56] (current) – sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | + | ||
- | ==== Contents ==== | + | |
- | + | ||
- | + | ||
- | + | ||
- | * [[# | + | |
- | * [[# | + | |
- | * [[# | + | |
- | * [[# | + | |
==== The Ampersand Operator ==== | ==== The Ampersand Operator ==== | ||
- | For first time users of Visual3D' | + | For first time users of Visual3D' |
- | + | ||
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
The ampersand (&) is used in pipeline commands to concatenate strings together, and is a separator for the parser to find pieces that need to be parsed separately. To get the most out of this tutorial, it is recommended that you run the commands in Visual3D alongside reading the text descriptions, | The ampersand (&) is used in pipeline commands to concatenate strings together, and is a separator for the parser to find pieces that need to be parsed separately. To get the most out of this tutorial, it is recommended that you run the commands in Visual3D alongside reading the text descriptions, | ||
Line 142: | Line 128: | ||
This expression successfully evaluates (meaning it gives no errors), but does not produce the correct result. As you can see in the image below, the expression explicitly evaluates (::A=::B) to a value of 0. It does not actually read in the variables that we want to compare. | This expression successfully evaluates (meaning it gives no errors), but does not produce the correct result. As you can see in the image below, the expression explicitly evaluates (::A=::B) to a value of 0. It does not actually read in the variables that we want to compare. | ||
- | {{janeandjohn1.png}} | + | {{:janeandjohn1.png}} |
Let's add some " | Let's add some " |
visual3d/documentation/pipeline/expressions/example_using_the_amp_operator.1719433499.txt.gz · Last modified: 2024/06/26 20:24 by sgranger