Diff for /rpl/src/instructions_h1.c between versions 1.71 and 1.74

version 1.71, 2019/11/05 15:37:51 version 1.74, 2021/03/13 12:50:44
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.32    RPL/2 (R) version 4.1.33
   Copyright (C) 1989-2019 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.71  
changed lines
  Added in v.1.74


CVSweb interface <joel.bertrand@systella.fr>