IBM SC34-5764-01 Manual do Utilizador Página 179

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 481
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 178
1 2 ... 174 175 176 177 178 179 180 181 182 183 184 ... 480 481

Comentários a estes Manuais

Sem comentários