Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
$foo = "foo" $bar = "bar" case $foo { "foo": { notice "inside first case -- before nested" case $bar { 'bar': { notice "inside smalled case" } } notice "inside first case -- after nested" } }
This paste will be private.
From the Design Piracy series on my blog: