aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/tests/math.lingo
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/lingo/tests/math.lingo')
-rw-r--r--engines/director/lingo/tests/math.lingo2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/math.lingo b/engines/director/lingo/tests/math.lingo
index 6f8ecc374f..f38b061b6a 100644
--- a/engines/director/lingo/tests/math.lingo
+++ b/engines/director/lingo/tests/math.lingo
@@ -20,3 +20,5 @@ updatestage
put (1024/4096)*100 -- 0
put (1024/4096)*100.0 -- 0.0
put ((1024*1.0)/4096)*100.0 -- 25.0
+
+put the sqrt of 9