From 533310f646f1b1a00250a361f627967c420f1eef Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Dec 2011 14:13:21 -0700 Subject: Situations & their modes are built. --- test.stage | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'test.stage') diff --git a/test.stage b/test.stage index 13155d3..87e4756 100644 --- a/test.stage +++ b/test.stage @@ -9,12 +9,19 @@ global { command: "eat" object { - pow(5, x*2); + display(object); } } -function hello( a, b, c ) +situation <> { - a[x][y]; + setup + { + display("Hello"); + } + + enter + { + } } -- cgit v1.2.3