Skip to content

Instantly share code, notes, and snippets.

@windley
Last active January 2, 2016 01:49
Show Gist options
  • Save windley/8232619 to your computer and use it in GitHub Desktop.
Save windley/8232619 to your computer and use it in GitHub Desktop.
test ruleset with -1
ruleset test_1 {
global {
y = x-1;
z = z - 1;
Var = var1 + var2 - 1;
}
rule foo {
select when web pageview
pre {
x = 1;
}
noop();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment