We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a99d59d + b0b39b8 commit 39d93a6Copy full SHA for 39d93a6
1 file changed
mdl-examples/doctype-tests/04-math-examples.mdl
@@ -122,6 +122,7 @@ BEGIN
122
123
-- Initialize sliding window variables for iterative calculation
124
-- Previous two values: F(i-2) and F(i-1)
125
+ DECLARE $Result Long = 0;
126
DECLARE $Previous2 Long = 0;
127
DECLARE $Previous1 Long = 1;
128
DECLARE $Current Long = 0;
0 commit comments