blob: 2da5bab8bed20fbb16edab446d18035c949e1b12 (
plain)
1
2
3
4
5
6
7
8
9
10
|
VIEW 1 rows = a:V b:V
0: subview 'a'
VIEW 4 rows = p1:S p2:S p3:I
0: 'One' 'Un' 0
1: 'Two' 'Deux' 123
2: 'Four' '' 0
3: 'Three' 'Trois' 0
0: subview 'b'
VIEW 1 rows = p4:I
0: 234
|