diff options
| author | stainer_t <thomas.stainer@oecd-nea.org> | 2025-09-08 13:48:49 +0200 |
|---|---|---|
| committer | stainer_t <thomas.stainer@oecd-nea.org> | 2025-09-08 13:48:49 +0200 |
| commit | 7dfcc480ba1e19bd3232349fc733caef94034292 (patch) | |
| tree | 03ee104eb8846d5cc1a981d267687a729185d3f3 /PyGan/data/Exemple_jdd_proc/StringList.c2m | |
Initial commit from Polytechnique Montreal
Diffstat (limited to 'PyGan/data/Exemple_jdd_proc/StringList.c2m')
| -rw-r--r-- | PyGan/data/Exemple_jdd_proc/StringList.c2m | 14 |
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" . |
