summaryrefslogtreecommitdiffstats
path: root/test/06-range-reference-circular-01.txt
blob: b9af83998ab4331af0d1160f2a7462e200b04eab (plain)
1
2
3
4
5
6
7
8
9
10
11
%% Test for circular range references.
%mode init
A1=SUM(B1:B2)
%calc
%mode result
A1=0
%check
%mode edit
B1=SUM(A1:A2)
%recalc
%exit