summaryrefslogtreecommitdiff
path: root/demo.stage
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-24 01:08:21 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-24 01:08:21 -0700
commit32c32bc48c8fd7cffca301b8919fb26726f6467e (patch)
treefbe58058531f253e4e351312f87e8276ce087c31 /demo.stage
parentd7c0a793787eaf52c4302d6d1ea6cc43f7ff9ca7 (diff)
downloadstage-32c32bc48c8fd7cffca301b8919fb26726f6467e.tar.gz
stage-32c32bc48c8fd7cffca301b8919fb26726f6467e.tar.bz2
stage-32c32bc48c8fd7cffca301b8919fb26726f6467e.tar.xz
stage-32c32bc48c8fd7cffca301b8919fb26726f6467e.zip
Ast nearly done, builder coming along.
Diffstat (limited to 'demo.stage')
-rw-r--r--demo.stage1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo.stage b/demo.stage
index e51c160..67c6063 100644
--- a/demo.stage
+++ b/demo.stage
@@ -50,6 +50,7 @@ situation <<main>>
50 50
51function hello() 51function hello()
52{ 52{
53 bob = 55 * 2 + 1;
53} 54}
54 55
55situation <<start>> 56situation <<start>>