add more snippets

This commit is contained in:
Zhang Chiyuan
2008-03-06 13:46:17 +00:00
parent 81b3a98f1e
commit d63608bd79
14 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#name : unless (...) { ... }
# --
unless ($1) {
$0
}