Help for this page

Select Code to Download


  1. or download this
    angle :: String -> String
    angle s = surround "<" ">" s
    ...
    braces  = surround "{" "}"
    
    ... etc.