Is there a 'do noting' place holder in MQL4?

 

Hi all,

I was wondering if there is a pace holder similar to the 'Pass' in python, that allows the code to compile so you can compile as you go?


Thanks

 

Use {}

It will compile.

Reason: