In Word, paragraph marks are generally used to segment the content of the input document, but there are a lot of line breaks in the documents downloaded from the Internet.
Manual line break is a kind of line break. When you press "Shift+ Enter", a downward arrow will appear (as shown above). This tag is also called soft carriage return, which is used to display line breaks, but it is not a real paragraph tag, and its line break is not really a new start, so the text divided by line breaks is still in a paragraph.
Extended data:
"//"is a single-line comment statement used in many languages. That is, the compiler or interpreter will ignore the line where "//"is located and the strings after "//"and "//"itself. Multiple languages (including but not limited to C, C++, Java? [1]) can also start with "/*" and end with "*/".
Between "/*" and "*/"are comments. When the program is compiled, comments and "//","/*" and "*/"are not processed. Comments can appear anywhere in the program. Comments are used to prompt or explain the meaning of the program to users.
Baidu Encyclopedia-//