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

14
samples/Cirru/map.cirru Normal file
View File

@@ -0,0 +1,14 @@
print $ map
a $ int 5
b $ array (int 1) (int 2)
c $ map
int 1
array (int 4)
set m $ map
a $ int 1
set m b $ int 2
print m