IBM SC34-5764-01 Manuel d'utilisateur Page 179

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 481
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 178
Example:
/* This is the main REXX program */
a.=11; i=13; j=15
i=i+1
C.5 = 'FRED'
call lucky7
saya.a.1ijc.c.5
say 'You should see 11 7 14 15 C. FRED'
exit
lucky7:Procedure Exposeija.c.
/* This exposes I, J, and all variables whose */
/* names start with A. or C. */
A.1='7' /* This sets A.1 in the caller's */
/* environment, even if it did not */
/* previously exist. */
return
Variables may be exposed through several generations of routines, if desired, by ensuring that they are
included on all intermediate PROCEDURE instructions.
See the CALL instruction and function descriptions on pages “Purpose” on page 135 and 171 for details
and examples of how routines are called.
PROCEDURE
Chapter 13. Keyword Instructions 157
Vue de la page 178
1 2 ... 174 175 176 177 178 179 180 181 182 183 184 ... 480 481

Commentaires sur ces manuels

Pas de commentaire