summaryrefslogtreecommitdiffstats
path: root/test/09-string-cells.txt
blob: e841c37bf4d194a196eec73474a9b1e703b48ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% Test for parsing string cells.
%mode init
A1@Andy
B1@Bruce
C1@Charles
D1@David
A2=A1
%calc
%mode result
A1="Andy"
B1="Bruce"
C1="Charles"
D1="David"
A2="Andy"
%check
%exit