version 1.72, 2020/01/10 11:15:45
|
version 1.79, 2025/04/15 10:17:53
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.32 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2020 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 794 instruction_help(struct_processus *s_eta
|
Line 794 instruction_help(struct_processus *s_eta
|
printf(" [ ] : vecteur ;\n"); |
printf(" [ ] : vecteur ;\n"); |
printf(" [[ ]] : matrice ;\n"); |
printf(" [[ ]] : matrice ;\n"); |
printf(" <[ ]> : table ;\n"); |
printf(" <[ ]> : table ;\n"); |
|
printf(" |[ ]| : enregistrement ;\n"); |
printf(" \" \" : chaîne de caractères ;\n"); |
printf(" \" \" : chaîne de caractères ;\n"); |
printf(" { } : liste ;\n"); |
printf(" { } : liste ;\n"); |
printf(" /* */ : commentaire ;\n"); |
printf(" /* */ : commentaire ;\n"); |
Line 815 instruction_help(struct_processus *s_eta
|
Line 816 instruction_help(struct_processus *s_eta
|
printf(" [ ] : scalar vector ;\n"); |
printf(" [ ] : scalar vector ;\n"); |
printf(" [[ ]] : scalar matrix ;\n"); |
printf(" [[ ]] : scalar matrix ;\n"); |
printf(" <[ ]> : table ;\n"); |
printf(" <[ ]> : table ;\n"); |
|
printf(" |[ ]| : record ;\n"); |
printf(" \" \" : character string ;\n"); |
printf(" \" \" : character string ;\n"); |
printf(" { } : list ;\n"); |
printf(" { } : list ;\n"); |
printf(" /* */ : comment ;\n"); |
printf(" /* */ : comment ;\n"); |