From 2e9225c591d8bec29b2624604984e2b3ea5bc22c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 6 Feb 2012 09:46:51 -0700 Subject: Fixes for building against new mingw +opttest.sage. --- opttest.stage | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 opttest.stage (limited to 'opttest.stage') diff --git a/opttest.stage b/opttest.stage new file mode 100644 index 0000000..325a197 --- /dev/null +++ b/opttest.stage @@ -0,0 +1,18 @@ +option situation <> +{ + option: "Begin the game" + { + display("the game has begun."); + } + + option: "I'm not ready yet" + { + display("Yup, that's what I thought."); + } + + option: "Quit the game" + { + display("Ok...fine..."); + exit(); + } +} -- cgit v1.2.3