; canonicl.ini - Canonicle INI file for INIFILE testing # Empty lines, all-whitespace lines, and lines with initial # semicolon (";") or octothorpe ("#") are ignored (comments). ; Global properties are defined above first section keyg1=valg1 keyg2=valg2 is the value of the second global property, named "keyg2". keyg1=valg1 override [section1] key_1-1=val_1-1 key_2_section_2=value_of_key_2_section_2 [section_2] key_2-1=value of key 1 section 2 key_2-2=val_2-2 ; NOT a comment ; Another comment # Yet another comment key_2-3=val_2-3 still section 2 the end key_2-2=val_2-2 override # STILL not a comment