Expressions: Difference between revisions

Jump to navigation Jump to search
130 bytes added ,  11 September 2013
m
→‎Sample Expressions: Clarification about order, since SGPropertyNodes are generally used as unordered associative containers versus vectors
m (Philosopher moved page Expression to Expressions: To match Bindings)
m (→‎Sample Expressions: Clarification about order, since SGPropertyNodes are generally used as unordered associative containers versus vectors)
Line 13: Line 13:


== Sample Expressions ==
== Sample Expressions ==
This is a sample expression for c = sqrt(a*a + b^2)
This is a sample expression for c = sqrt(a*a + b^2). Children/arguments are parsed in the order they appear in in the file (or the order in which they are set via property methods).
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<expression>
<expression>
395

edits

Navigation menu