Diff for /rpl/src/instructions_i4.c between versions 1.6 and 1.8

version 1.6, 2010/04/07 13:33:22 version 1.8, 2010/04/07 15:40:24
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.13    RPL/2 (R) version 4.0.14
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 250  instruction_implicit(struct_processus *s Line 250  instruction_implicit(struct_processus *s
   
         if ((*s_etat_processus).langue == 'F')          if ((*s_etat_processus).langue == 'F')
         {          {
             printf("(test de l'appartenance à un ensemble)\n\n");              printf("(gestion des noms implicites)\n\n");
         }          }
         else          else
         {          {
             printf("(check membership)\n\n");              printf("(implicit names management)\n\n");
         }          }
   
         printf("    1: %s\n\n", d_CHN);          printf("    1: %s\n\n", d_CHN);

Removed from v.1.6  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>