An array of strings works well here! Also, you can always preprocess to remove comments before validating!
If you're preprocessing, you might as well just `grep -v ^#` and support 'real' comments.
If you're preprocessing, you might as well just `grep -v ^#` and support 'real' comments.