summaryrefslogtreecommitdiff
path: root/examples/SUMO/RGLExt/ParamBasic.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SUMO/RGLExt/ParamBasic.gf')
-rw-r--r--examples/SUMO/RGLExt/ParamBasic.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/SUMO/RGLExt/ParamBasic.gf b/examples/SUMO/RGLExt/ParamBasic.gf
new file mode 100644
index 000000000..83471801a
--- /dev/null
+++ b/examples/SUMO/RGLExt/ParamBasic.gf
@@ -0,0 +1,5 @@
+resource ParamBasic = {
+param Flag = ExistS NumQuant | ForallS NumQuant | NothingS ;
+param SentForm = Indep | Attrib ;
+param NumQuant = One | Many ;
+} \ No newline at end of file