RE: [Source] Remove comments 05-29-2013, 12:42 AM
#11
Please, tell me it would take you less/about the same amount of time to understand
As it would take to read
// if char is a printable ascii character, isValid = true
Code:
isValid = ( char > 31 && char < 127 ) ? : false
As it would take to read
// if char is a printable ascii character, isValid = true