[feature request] run_if

run_if | true | macro

1 Like

Hi

You can use simple if to do this.

if | ${!LastCommandOK} or other command |
run | macro |
end | |

It’s simple to create this feature with if

Of course I can.
If so we can delete gotoif since it’s very easy to achieve with if/gotolabel/end.
But yet there is!
Why? It is simpler with one line. Hence the request.

1 Like

Ok if the admin add the feature is better :slight_smile: