1 Line-Break Operator
steve-px edited this page 2026-07-07 09:12:40 +00:00

🢐🢐 Index🢐 Previous Page | Next Page 🢒


[-] Appendix A1 - Configuration Script Interpreter

Line-Break Operator ()

Syntax

(…) \(ENDL-CHAR)

Description

When a configuration script contains a long line, you can split it across multiple lines by placing a single backslash () at the end of the line. This indicates to the Configuration Script Interpreter that the statement continues on the next line. The backslash must be the last character on the line and must be followed immediately by the line break. No other characters, including spaces or tabs, may appear after the backslash.

Examples

This is not a command but a sentence, but I hope \ 
      it demonstrates what I mean \ 
      with this backslash thing. 

🢐🢐 Index🢐 Previous Page | Next Page 🢒