%% Test for simple columnar shared formulas.
%mode init
A1:100
A2=A1+1
A3=A2+1
A4=A3+1
A5=A4+1
%calc
%exit
