Skip to content

Commit 39d93a6

Browse files
committed
Merge branch 'bugs' (amended: Fix math examples)
2 parents a99d59d + b0b39b8 commit 39d93a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mdl-examples/doctype-tests/04-math-examples.mdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ BEGIN
122122

123123
-- Initialize sliding window variables for iterative calculation
124124
-- Previous two values: F(i-2) and F(i-1)
125+
DECLARE $Result Long = 0;
125126
DECLARE $Previous2 Long = 0;
126127
DECLARE $Previous1 Long = 1;
127128
DECLARE $Current Long = 0;

0 commit comments

Comments
 (0)