From 8b9a15a755ebc6681ff6be808615e375cb567080 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 3 Jan 2012 00:08:48 -0700 Subject: New functions, fixes, and a working bloodfields. --- test.stage | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'test.stage') diff --git a/test.stage b/test.stage index 66a9b70..4ffec79 100644 --- a/test.stage +++ b/test.stage @@ -17,13 +17,11 @@ situation <> { setup { - stuff = {}; - stuff['bob'] = {'joe': 'hi', 'sub': {1: 5, 2: 8} }; - stuff['bob']['sub'][55] = "aoeu"; - stuff['bob'] = 'hia'; - stuff['joe'] = stuff['bob']; - stuff['joe'] += 'aoeu'; - display( stuff['bob']['sub'][55] ); + for each i in [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] do + { + display( random(0.25, 0.5)*10 ); + } + display( 0.25 * 10.0 ); exit(); } -- cgit v1.2.3