4 lines
50 B
Meson
4 lines
50 B
Meson
project('array arithmetic')
|
|
|
|
foo = ['a', 'b'] * 3
|
project('array arithmetic')
|
|
|
|
foo = ['a', 'b'] * 3
|