Newbie question static routing

I’d like to know how to add static route in routerOS similar in linux:

ip route add XXX.XXX.XXX.XXX/XX via XXX.XXX.XXX.XXX

it is very similar - “tab” key helps you

ip route add dst-address=10.10.10.0/24 gateway=192.168.1.5

thanks ! it will be nice to give me hint how to add route with outgoing interface

gateway=192.168.1.1%ether1