It feels like something like this shouldn't break the gorilla compiler:
if e and (e.source != this.global or
e.origin != this.origin or e.data != this.token)
return
Yet I can't for the life of me figure out how to format a long conditional to under 80 cols and still have the gorilla compiler accept it.
It feels like something like this shouldn't break the gorilla compiler:
Yet I can't for the life of me figure out how to format a long conditional to under 80 cols and still have the gorilla compiler accept it.