フィルターのクリア

Question about .tlc syntax

2 ビュー (過去 30 日間)
Huan
Huan 2014 年 6 月 6 日
コメント済み: Huan 2014 年 6 月 10 日
Hello,
When I looked into some .tlc example files, I saw some command end up with a backslash for example: %<LibCallModelTerminate()>\ while some of them do not. For example: %<SLibDumpFunctionBanner(fcnRec)>
Is anyone know what does the backslash do here? When I do code genaration, I did not see any difference with or without "\".
Thanks

採用された回答

Kaustubha Govind
Kaustubha Govind 2014 年 6 月 9 日
Not very sure, but the TLC reference documentation on Line Continuation provides a clue:
Use \ to suppress line feeds to the output.
  1 件のコメント
Huan
Huan 2014 年 6 月 10 日
Thanks, Kaustubha. I guess "\" here is nothing but line continuation, although sometimes it is trival using "\" at the end of a line.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEmbedded Coder についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by