Alan DeKok wrote:
> Arran Cudbard-Bell wrote:
>> Didn't you alter the parser slightly to allow just:
>>
>> ...
>> %{debug:2}
>> ...
>
> Err, yes. But that's horrible syntax, and I don't think it will stay.
if (condition) {
call debug 2
}
Might also be useful for:
post-auth {
call sql "insert into blah ..."
}