Example: Constants

The following are valid expressions that use constants:
  • tag_1 / 2
    halves tag_1.
  • 3.1415926 * ( tag_1 ** 2)
    calculates the area of a circle, whose radius is tag_1.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal