Variables
Last updated
Last updated
A variable is a part of a string that will be replaced by values provided by the application. Values may be passed using the instance method or the .
Variable names must be camel-cased, alphanumeric, and begin with a letter (e.g. :myVariable
). The colon character (:
) indicates the beginning of a variable in the clause definition, but must not be included when passing the argument values.
In this example, the application is expected to provide values for the firstName
and lastName
variables as arguments to the method or the .