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

23
samples/Cirru/scope.cirru Normal file
View File

@@ -0,0 +1,23 @@
set a (int 2)
print (self)
set c (child)
under c
under parent
print a
print $ get c a
set c x (int 3)
print $ get c x
set just-print $ code
print a
print just-print
eval (self) just-print
eval just-print