forked from GitHub/gf-core
added examples/SUMO
This commit is contained in:
5
examples/SUMO/RGLExt/ParamBasic.gf
Normal file
5
examples/SUMO/RGLExt/ParamBasic.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
resource ParamBasic = {
|
||||
param Flag = ExistS NumQuant | ForallS NumQuant | NothingS ;
|
||||
param SentForm = Indep | Attrib ;
|
||||
param NumQuant = One | Many ;
|
||||
}
|
||||
Reference in New Issue
Block a user