Templates

Defining Templates

Templates are one of the basic building blocks of the Journey programming language.

Templates can be either fillable or extractable.

  • - Fillable Template: The interpreter will fill Fillable template with values it knows at run time (if the value is not known intrpreter will ask it to the user).
  • - Extractable Template: The interpreter will try to extract variables used in extractable templates from the values they are used at positions.