Skip to content

Constant¤

Generates a constant value.

Examples¤

Notation: List of values are represented via square brackets. Example: [first, second] represents a list of two values “first” and “second”.


Always outputs the specified value:

  • Parameters

    • value: John
  • Returns: [John]

Parameter¤

Value¤

The constant value to be generated

  • Datatype: string
  • Default Value: None

Comments