Multiple commands in one line?

Hi i am new to forum
I like to ask how can i enter multiple commands in one line on mikrotik

in linux i type “ifconfig wlan0 up && iwlist wlan0 scan”

in mikrotik how can i set this
“/system clock set time-zone-name=Europe/Athens
/system ntp client set enabled=yes mode=unicast primary-ntp=193.93.167.241 secondary-ntp=5.9.118.105”
in one line?

Separate them with a semi-colon “;”

/system clock set time-zone-name=Europe/Athens;/system ntp client set enabled=yes mode=unicast primary-ntp=193.93.167.241 secondary-ntp=5.9.118.105

thanks for reply