--- rpl/src/instructions_h1.c 2020/01/10 11:15:45 1.72 +++ rpl/src/instructions_h1.c 2020/05/22 22:26:05 1.73 @@ -794,6 +794,7 @@ instruction_help(struct_processus *s_eta printf(" [ ] : vecteur ;\n"); printf(" [[ ]] : matrice ;\n"); printf(" <[ ]> : table ;\n"); + printf(" |[ ]| : enregistrement ;\n"); printf(" \" \" : chaîne de caractères ;\n"); printf(" { } : liste ;\n"); printf(" /* */ : commentaire ;\n"); @@ -815,6 +816,7 @@ instruction_help(struct_processus *s_eta printf(" [ ] : scalar vector ;\n"); printf(" [[ ]] : scalar matrix ;\n"); printf(" <[ ]> : table ;\n"); + printf(" |[ ]| : record ;\n"); printf(" \" \" : character string ;\n"); printf(" { } : list ;\n"); printf(" /* */ : comment ;\n");