Wiki

Clone wiki

DWScript / Comments

  1. summary DWScript comments

Comments

Pascal and C/C++ style comments are supported:

  • ** denotes a single line comment
  • *(`*`* and *`*`)* mark a multi-line comment
  • *{* and *}* mark a multi-line comment
  • */`*`* and *`*`/* mark a multi-line comment

Comments cannot be nested.

Updated