PSL Format Overview
Structure of an INI File
[Section1]
key1 = value1
key2 = value2
[Section2]
keyA = valueA
...Advantages of Using INI for PSL Files:
; This is a comment key1 = value1
key = text without quotes
key = This is a lengthy value continuing over several lines, maintaining readability. Here starts another paragraph.
key = for i in range(3): print(i)
key = def hello_world(): print("Hello, World!")
key = Special characters, like &, can be used directly.
Last updated
Was this helpful?