File: 01-inline-array-string-concat.txt

package info (click to toggle)
libixion 0.19.0-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,488 kB
  • sloc: cpp: 20,960; sh: 4,562; makefile: 474; python: 297
file content (19 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
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