Paste: handling bad case

Author: bmp
Mode: factor
Date: Mon, 13 Sep 2010 14:10:07
Plain Text |
command-line get unclip {
    { "foo" [ do-foo ] }
    { "bar" [ do-bar ] }
    { "baz" [ do-baz ] }
    [ ( print usage and quit ) ]
} case format-result print

New Annotation

Summary:
Author:
Mode:
Body: