mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 01:11:35 -06:00
12 lines
155 B
Fortran
12 lines
155 B
Fortran
locate type A at "A.fpp"
|
|
locate type G at "G.fpp"
|
|
locate constant s at "s.fpp"
|
|
|
|
state machine M {
|
|
|
|
action a: A
|
|
guard g: G
|
|
signal s: string size s
|
|
|
|
}
|