mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 04:05:00 -06:00
14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
module A {
|
|
|
|
module B {
|
|
|
|
@ Array with string args
|
|
array ArrayString = [2] string size 80 default [
|
|
"abcd"
|
|
"abcd"
|
|
]
|
|
|
|
}
|
|
|
|
}
|