Diff for /rpl/src/instructions_h1.c between versions 1.72 and 1.75

version 1.72, 2020/01/10 11:15:45 version 1.75, 2022/09/07 13:40:36
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.32    RPL/2 (R) version 4.1.34
   Copyright (C) 1989-2020 Dr. BERTRAND Joël    Copyright (C) 1989-2021 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");

Removed from v.1.72  
changed lines
  Added in v.1.75


CVSweb interface <joel.bertrand@systella.fr>