4 lines
59 B
Meson
4 lines
59 B
Meson
![]() |
project('array arithmetic')
|
||
|
|
||
|
foo = ['a', 'b'] * ['6', '4']
|