Closed ericbn closed 6 years ago
for checking the common root. It is a simpler implementation.
I see a similar logic, still using ~! comparison exists since initial commit (9b240f3):
~!
} else for( i in a ) if( shortest !~ a[i] ) x = 1
Rename parameters in output function to avoid using multiple names for the same domains. Use the same names as in other functions.
output
This also fixes #203.
for checking the common root. It is a simpler implementation.
I see a similar logic, still using
~!
comparison exists since initial commit (9b240f3):Rename parameters in
output
function to avoid using multiple names for the same domains. Use the same names as in other functions.