Scripting: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 15: Line 15:
::; String:"This is a string of textual characters"
::; String:"This is a string of textual characters"
::; Number:123 or 3.14 or -28.5
::; Number:123 or 3.14 or -28.5
::; Symbol:a name representing a constant value, like pi, x, tareWeight, or surname
::; Symbol:a name representing a constant value, like ''pi'', ''x'', ''tareWeight'', or ''surname''
</small>
</small>
:; Variable:a name representing a value that may change over time, like ''sum'', ''currentValue'', or ''orderDate''
:; Variable:a name representing a value that may change over time, like ''sum'', ''currentValue'', or ''orderDate''