summaryrefslogtreecommitdiff
path: root/PyGan/data/Exemple_jdd_proc/StringList.c2m
diff options
context:
space:
mode:
Diffstat (limited to 'PyGan/data/Exemple_jdd_proc/StringList.c2m')
-rw-r--r--PyGan/data/Exemple_jdd_proc/StringList.c2m14
1 files changed, 14 insertions, 0 deletions
diff --git a/PyGan/data/Exemple_jdd_proc/StringList.c2m b/PyGan/data/Exemple_jdd_proc/StringList.c2m
new file mode 100644
index 0000000..1d7d13b
--- /dev/null
+++ b/PyGan/data/Exemple_jdd_proc/StringList.c2m
@@ -0,0 +1,14 @@
+*----
+* TEST PROCEDURE
+* Creating a LCM LINKED_LIST with 1 character
+*----
+PARAMETER MY_LIST ::
+ ::: LINKED_LIST MY_LIST ; ;
+MODULE UTL: DELETE: END: ;
+
+*--- Defining a list of 1 character ---*
+MY_LIST := UTL: ::
+ CREA 'TEST' 1 = 'A' ;
+
+END: ;
+QUIT "LIST" .