Skip to content

Instantly share code, notes, and snippets.

@alexwarren
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexwarren/8d1bb347653333e5daa4 to your computer and use it in GitHub Desktop.
Save alexwarren/8d1bb347653333e5daa4 to your computer and use it in GitHub Desktop.
Increase by [one], increase by [ten], see the [[result]].
[one]:
@inc value
Value is {value}.
[ten]:
set ("value", get("value") + 10);
Value is {value}.
[[result]]:
Final value is {value}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment