Target Language Compiler    

Line Continuation

You can use the C language \ character or the MATLAB sequence ... to continue a line. If a directive is too long to fit conveniently on one line, this allows you to split up the directive on to multiple lines. For example:

or


  Comments Target Language Values