[EMAIL PROTECTED] (via RT) wrote:

I was not able to find the increment by NN operation implemented and did it.

The 2 operand form of add does the same:

inline op add(inout INT, in INT) {
$1 += $2;
goto NEXT();
}
Thanks,
-bc
leo

Reply via email to