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 9c0b2d57a3..6f8ecc374f 100644
--- a/engines/director/lingo/tests/math.lingo
+++ b/engines/director/lingo/tests/math.lingo
@@ -12,6 +12,8 @@ set x = 2 + 3 * (4 / 2)
put x
put power(2, 8)
+put power(2, 8, 0)
+put power(2)
updatestage
-- Type conversion