shiffman / LearningProcessing

A repo for examples from the book Learning Processing
http://learningprocessing.com
606 stars 276 forks source link

readStringUntil() #79

Closed shiffman closed 9 years ago

shiffman commented 9 years ago

I'm using readStringUntil('*') since carriage returns are hard to show in a book, but should revisit each example and maybe fold readStringUntil('\n') back in.

shiffman commented 9 years ago

Changed everything to newline. Not so sure about this, but what's done is done.