unison/unison-src/tests/sequence-literal.u
2019-03-11 12:01:41 +01:00

20 lines
156 B
Plaintext

a = [1,2,3]
b = [1 ,2 ,3
]
c = [ 1 , 2 , 3 ]
d = [ 1
, 2
, 3 ]
e = [ 1
, 2
, 3
]
f =
[ 1
, 2
, 3
]
g = [ 1
, 2,
3 ]