setVariable

open fun setVariable(key: String, value: String)

Sets a variable within the context.

This variable may be overridden by future updates to the context.

Parameters

key

the variable name

value

the value for the variable