fpp/compiler/tools/fpp-from-xml/test/array/array_string.ref.txt
2021-01-16 15:35:09 -08:00

14 lines
289 B
Plaintext

module A {
module B {
@ Array with string args
array ArrayString = [2] string size 80 default [
"abcd"
"abcd"
]
}
}