added some execution test

This commit is contained in:
Jeremy Ashkenas
2009-12-24 00:12:07 -08:00
parent 417753bd62
commit b743e3219a
12 changed files with 110 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
a: b: d: true
c: false
result: if a
if b
if c then false
else
if d
true....
print(result)