Multiple output for Expr

Hello.

Is there any method for multiple output when I use Expr?
For example,

If input value is greater than 100, then output this value to a, else output this value b.

Thanks for your help.

elo guest,

nope, the expr node itself cannot give you multiple outputs, but the example you described could easily be realized in a subpatch for later reuse.