--- rpl/src/usages.h 2011/01/03 12:08:10 1.23 +++ rpl/src/usages.h 2011/05/09 13:52:25 1.25.2.3 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.20 + RPL/2 (R) version 4.0.24 Copyright (C) 1989-2011 Dr. BERTRAND Joël This file is part of RPL/2. @@ -126,11 +126,12 @@ static unsigned char *usages[] = USAGES_RC, USAGES_TITRE, "Dealing with tables", "Manipulation des tables", - "CRTAB", "GET", "PUT", "->TABLE", "TABLE->", + "CRTAB", "GET", "L->T", "PUT", "T->L", "->TABLE", "TABLE->", USAGES_RC, USAGES_TITRE, "Lists", "Manipulation des listes", - "GET", "GETI", "HEAD", "->LIST", "LIST->", "POS", "PUT", "PUTI", - "REPL", "REVLIST", "SIZE", "SORT", "SUB", "TAIL", + "GET", "GETI", "HEAD", "L->T", + "->LIST", "LIST->", "POS", "PUT", "PUTI", + "REPL", "REVLIST", "SIZE", "SORT", "SUB", "T->L", "TAIL", USAGES_RC, USAGES_TITRE, "Strings", "Chaînes de caractères", "CHR", "CURRENC", "LCASE",