Allows people to hold data or A.R.S Rules inside a variable and than later call it or manipulate the data inside to suit your needs.
.setvar a Hello {/user}!
.delvar a
.viewglobal
.wipeglobal
.auto .create={init}
/* This command will create a global var named: YourDiscordID */
You have created a new variable!
{+{rawid}}:= 0
.auto .edit={init}
You have been warned!
{.{rawid}++} /* Only works if the variable is an integer */
.auto .view={init}
Var value is: {.{rawid}}