From 7dfcc480ba1e19bd3232349fc733caef94034292 Mon Sep 17 00:00:00 2001 From: stainer_t Date: Mon, 8 Sep 2025 13:48:49 +0200 Subject: Initial commit from Polytechnique Montreal --- PyGan/data/Exemple_jdd_proc/StringList.c2m | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PyGan/data/Exemple_jdd_proc/StringList.c2m (limited to 'PyGan/data/Exemple_jdd_proc/StringList.c2m') 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" . -- cgit v1.2.3