Adding and Removing Comments

Within DDL source code, double slashes (//) introduce a comment that continues until the end of the line.

You can also use the following shortcuts for comments in the DDL editor:

Ctrl + < Add Comment The editor inserts a double slash (//) at the beginning of each selected line.
Ctrl + > Remove Comment The editor removes an existing double slash (//) at the beginning of each selected line.
Ctrl + 7 Toggle Comment The editor inserts or removes a double slash asterisk (//) at the beginning of each selected line.