For example, consider a long line consisting of bi...
# announcements
k
For example, consider a long line consisting of binary expressions. How should you break it on two lines? Which operator to choose to be last on the line? I.e. a + b * c will be a + b * \n c or a + \n b * c? It's hard to fomalize