Directly accessing variables in the scope:
{{speed}} {{vehicle}}
Adding variables in the scope:
{{speed + ' ' + vehicle}}
Calling function in the scope:
{{lower(speed)}} {{upper('Jeep')}}
Click to change to Fast {{newVehicle}}
Click to change to {{newSpeed}} Rocket
Click to change the vehicle to a Car
Click to Enhance Vehicle