diff --git a/examples/attributes/attributes.squiffy b/examples/attributes/attributes.squiffy index 3dfb940..2b6268f 100644 --- a/examples/attributes/attributes.squiffy +++ b/examples/attributes/attributes.squiffy @@ -70,4 +70,12 @@ You clicked {count} links. What about calling [dec]? [dec]: @dec count +Now count is {count}. You can also [increase] or [decrease] by values other than 1. + +[increase]: +@inc count 10 +Now count is {count}. + +[decrease]: +@dec count 5 Now count is {count}. \ No newline at end of file