If a command continues over two lines, we use /// at the end of the first line to make Stata ignore the line break. An alternative is to use /* at the end of the first line and */ at the beginning of the second line to “comment out” the linebreak. Note that these methods are for use in a do-file and do not work in the Command window where they would result in an error. In the Command window, commands can wrap over several lines.