Rep-string: Difference between revisions

Content added Content deleted
m (→‎{{header|11l}}: Indented multi-line string literals)
Line 39: Line 39:


V matchstr =
V matchstr =
‘1001110011
|‘1001110011
1110111011
1110111011
0010010010
0010010010
1010101010
1010101010
1111111111
1111111111
0100101101
0100101101
0100100
0100100
101
101
11
11
00
00
1’
1’


L(line) matchstr.split("\n")
L(line) matchstr.split("\n")