game.title = "Code Test"; game.author = "Mike Buland"; game.version = 1; game.revision = 0; game.start = <>; global { command: "exit" { exit(); } } situation <> { setup { 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(); } enter { } }