--- rpl/src/usages.h 2011/03/06 16:44:16 1.24 +++ rpl/src/usages.h 2011/06/21 07:45:29 1.29 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.21 + RPL/2 (R) version 4.1.0.prerelease.1 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",