[main]
host: "host01.example.com"
port: 1234
This is a simple configuration file showing the basic structure: a section called main with two settings for host and port.
Here’s another example that uses a more descriptive style:
# Comments are allowed almost everywhere.
---[ Main Settings ] ------ # A section
App Name : "ELCL Demo" # Name-Value Pair with Text Value
Version : 1 # Name-Value Pair with Integer Value
This version includes comments and formatting that make the file more readable. It shows how ELCL supports clear documentation directly within configuration files.