Open geisserf opened 5 years ago
Issue imported from old repository.
Currently, the effect of a conditional effect is a single variable assignment, e.g. (condition -> x=2). We could generalize this and allow more complex effects such as (condition -> x = x+1).
Issue imported from old repository.