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

View File

@@ -0,0 +1,7 @@
set f $ block (a b c)
print a b c
call f (int 1) (int 2) (int 3)
f (int 1) (int 2) (int 3)