mirror of
https://github.com/nasa/fpp.git
synced 2025-12-16 13:25:15 -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"
|
|
]
|
|
|
|
}
|
|
|
|
}
|