summaryrefslogtreecommitdiff
path: root/demo.stage
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-11 21:57:44 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-11 21:57:44 -0700
commit7c90fe68b557d32b65955ffd18e2e79585a7282b (patch)
tree1713fa7b087c83cd68669a46389bd3b35ae8b840 /demo.stage
parent78118e3b515ea5268205b4f56d914900a9535c88 (diff)
downloadstage-7c90fe68b557d32b65955ffd18e2e79585a7282b.tar.gz
stage-7c90fe68b557d32b65955ffd18e2e79585a7282b.tar.bz2
stage-7c90fe68b557d32b65955ffd18e2e79585a7282b.tar.xz
stage-7c90fe68b557d32b65955ffd18e2e79585a7282b.zip
Getting closer.
Real turing-complete code is coming soon
Diffstat (limited to 'demo.stage')
-rw-r--r--demo.stage11
1 files changed, 4 insertions, 7 deletions
diff --git a/demo.stage b/demo.stage
index b1ff4e8..3d10efe 100644
--- a/demo.stage
+++ b/demo.stage
@@ -1,11 +1,8 @@
1//game
2//{
3 /*
4 title = "Demo game";
5 1
6 goto <<start>>; 2game
7 */ 3{
8//} 4 title = "Demo game";
5}
9 6
10function hello() 7function hello()
11{ 8{