3 Comments and Comment-Blocks
steve-px edited this page 2026-07-07 11:00:17 +00:00

🢐🢐 Index ‖ (Start of Appendix A1) | Next Page 🢒


[-] Appendix A1 - Configuration Script Interpreter

Comments, Comment-Blocks (//, /* ... */)

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 🢒