mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 19:23:13 -06:00
10 lines
153 B
Fortran
10 lines
153 B
Fortran
locate type T at "T.fpp"
|
|
locate constant a at "a.fpp"
|
|
locate constant b at "b.fpp"
|
|
|
|
active component C {
|
|
|
|
async command C(x: T) opcode a priority b
|
|
|
|
}
|