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

version 1.72, 2020/01/10 11:15:45 version 1.73, 2020/05/22 22:26:05
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.73


CVSweb interface <joel.bertrand@systella.fr>