This example adds two numbers.

a:

b:

a+b = {{ ans }}

Reactivity: When a or b is changed, the following is updated automatically.

a+b = {{ a+b }}