Biomodèles/Biomodels
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
ORSCILAB

14 LES LISTES TYPEES TLIST
14 THE TYPED LISTS TLIST
14.4 Affichage / Display
Version 2.1.2 du 27 janvier 2005 / Version 2.1.2, January 27th 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 15.1 / Next section 15.1

a
disp (tist)
print (tlist)


Les procédures print ou disp appliquées à une variable de type tlist l'affichent comme une variable de type list.
The procedures print or disp applied to a variable of type tlist display it as a variable of type list.

// PROGRAMME SPAS140401 - tlist  disp
tt=tlist(["nom";"ch1";"ch2";"ch3"],45, 55, 75);
disp (tt);

Ch14Sc04-Fig01

Retour à la Table générale / Return to the General table
Index général / General index
Passage à la section suivante 15.1 / Next section 15.1