Download mots.notice

Back to the list

Display this manual page in
$$$$ MOTS     NOTICE  JC220346  12/05/16    21:15:07     7375           
                                             DATE     12/05/16
                                             
  Operateur MOTS                           Voir aussi :
    --------------   
    LMOTS1 = MOTS  MOT1 MOT2 ... ;


    Description :
    _____________

    The MOTS operator creates a list of 4-character words.


    Contents :
    __________

    MOTi   : words included in the list of words (MOT type)

    LMOTS1 : list of words (LISTMOTS type)


    -----------------------
    |  Subinstruction  *  |
    -----------------------

    LMOTS1 = PROG 3*'ROUG' ;

    is equivalent to : LMOTS1 = MOTS 'ROUG' 'ROUG' 'ROUG' ;


    One can also write :

    LMOTS1 = MOTS 2*'BLEU' 2*'VERT' 'ROUG' ;

    instead of : LMOTS1 = MOTS 'BLEU' 'BLEU' 'VERT' 'VERT' 'ROUG' ;



    Note :
    ______

    To avoid confusing one of the words with an operator,
    write the MOTS operator at the head of the LMOTS1 syntax.



 
 

© Cast3M 2003 - All rights reserved.
Disclaimer