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.lingo3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/math.lingo b/engines/director/lingo/tests/math.lingo
index e1a877a4a4..9c0b2d57a3 100644
--- a/engines/director/lingo/tests/math.lingo
+++ b/engines/director/lingo/tests/math.lingo
@@ -11,6 +11,9 @@ put cos(z2)
set x = 2 + 3 * (4 / 2)
put x
+put power(2, 8)
+updatestage
+
-- Type conversion
put (1024/4096)*100 -- 0
put (1024/4096)*100.0 -- 0.0