mirror of
https://github.com/nasa/fpp.git
synced 2025-12-17 05:51:30 -06:00
14 lines
129 B
Plaintext
14 lines
129 B
Plaintext
module A {
|
|
|
|
module B {
|
|
|
|
enum OK {
|
|
X = 0 @< Annotation line 1 Annotation line 2
|
|
Y = 1
|
|
Z = 2
|
|
}
|
|
|
|
}
|
|
|
|
}
|