summaryrefslogtreecommitdiffstats
path: root/test/01-inline-array-string-concat.txt
blob: 3f5b881a11d3e1b30a2c625657daba7f577e7c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%% Test for inline array with multiplication.
%mode init
{A1:B2}{={1,2;3,4}&"A"}
{A3:B4}{="B"&{2,3;4,"D"}}
{A5:C5}{={"a","b","c"}&{"d","e","f"}}
%calc
%mode result
A1="1A"
B1="2A"
A2="3A"
B2="4A"
A3="B2"
B3="B3"
A4="B4"
B4="BD"
A5="ad"
B5="be"
C5="cf"
%check