Comments

Into the configuration file it's easy to recognize comments. Every lines which begins with "*/" is a commented line.


*/ This is a commented line

This is an uncommented line


This means the translator ignores it during the reading task.