add Cirru with some samples

This commit is contained in:
jiyinyiyong
2014-01-23 19:39:23 +08:00
parent 8561ece4d7
commit 42912141c5
10 changed files with 136 additions and 0 deletions

7
samples/Cirru/bool.cirru Normal file
View File

@@ -0,0 +1,7 @@
print $ bool true
print $ bool false
print $ bool yes
print $ bool no
print $ bool 1
print $ bool 0