Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
switch("a") { case "b": print("b"); case "e": case "c": { print("ec"); continue "b"; } case "a": { print("a"); continue "e"; } } // Output: // a // ec // b
This paste will be private.
From the Design Piracy series on my blog: