|リストの一番始めの要素がマッチした場合は、元のリストを破壊しない。
|list
|=>(“CVS/” “.o” “” “.bin”)
|
|(delete “CVS/” list)
|=>(".o" “
” “.bin”)
|list
|=>(“CVS/” “.o” “” “.bin”)
|
|(delete “
” list)
|=>(“CVS/” “.o” “.bin”)
|list
|=>(“CVS/” “.o” “.bin”)