Prompt Qualifier Operators

Qualifier operators are used to further qualify objects by assigning them new or different properties. Qualified objects can be used just as their normal objects. However, in some cases the qualification applied to an object can be used to determine what kind of container prompt will result from the || operator (see Prompt Escalation Operator ||. The language qualification is the only qualifier that is not ignored if not used in conjunction with the || operator. Prompts can be qualified multiple times through multiple types of qualifications.

Prompt qualifier operators results in an expression of the Prompt type.

QualifiedPromptExpression:
PromptExpression
QualifiedPromptExpression @ Expression
QualifiedPromptExpression % Expression
See the following two topics for the meaning of qualified prompt expressions:
  • Prompt Qualifier Operator @

  • Prompt Weight Qualifier Operator %