// This is a single line comment # This is a single line comment # Empty lines will be ignored! # The following line will be accepted: 9.600 /* this is a comment */ 29.600 4000.000 # Scientific notation will be accepted: 17.600 2.96e+01 2100.000 # More than three numbers in one line will be ignored: 17.600 0037.600 1600.000 22.2 3.5 # The following line will be accepted: 9.6;37.6 , 8600.000 # The following line will be ignored because # the third coordinate is missing: 12.600 47.600 # ONE of the following lines will be ignored # because X and Y of both points are equal; # please check the displayed numbers of # accepted and eliminated points: 13.300 33.300 9111.111 13.300 33.300 9999.999