diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 21:57:44 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 21:57:44 -0700 |
commit | 7c90fe68b557d32b65955ffd18e2e79585a7282b (patch) | |
tree | 1713fa7b087c83cd68669a46389bd3b35ae8b840 /demo.stage | |
parent | 78118e3b515ea5268205b4f56d914900a9535c88 (diff) | |
download | stage-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.stage | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,11 +1,8 @@ | |||
1 | //game | ||
2 | //{ | ||
3 | /* | ||
4 | title = "Demo game"; | ||
5 | 1 | ||
6 | goto <<start>>; | 2 | game |
7 | */ | 3 | { |
8 | //} | 4 | title = "Demo game"; |
5 | } | ||
9 | 6 | ||
10 | function hello() | 7 | function hello() |
11 | { | 8 | { |