🢐🢐 Index ‖
(Start of Appendix A1) | Next Page 🢒
[-] Appendix A1 - Configuration Script Interpreter
Syntax
// ...
/* ... */
Description
You can add comments to your configuration scripts using either single-line comments (//) or block comments (/* ... */). Block comments can span multiple lines.
Examples
// This is a single line comment
/* This is a comment-block and can
span multiple lines */
🢐🢐 Index ‖
(Start of Appendix A1) | Next Page 🢒