![]() |
SCILAB 3.0 PAS A PAS SCILAB 3.0 STEP-TO-STEP Jacques-Deric Rouault Laboratoire de Neurobiologie de l'Apprentissage, de la Mémoire et de la Communication. CNRS UMR 8620, Bat. 446, Université Paris-Sud, F91400 Orsay |
![]() ORSCILAB |
12 LES LISTES LIST 12 THE LISTS LIST |
12.4 Affichage / Display |
Version 2.1.2 du 26 janvier 2005 / Version 2.1.2, January 26th 2005 |
Biomodèles/Biomodels N°1 pp 0x-0y Décembre 2004 December 2004 |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 13.1 / Next section 13.1 |
a |
Affichage (Liste) Display (List) print (Liste, List) %io(2) (print, Liste, List) |
b |
disp (Liste, List) |
//
PROGRAMME SPAS120301 - list print
l = list (12.5,"abc",1:3); print (%io(2),l); |
//
PROGRAMME SPAS120302 - list disp
l = list (12.5,"abc",1:3); disp (l); |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 13.1 / Next section 13.1 |