Teledyne-lecroy LeCroy Analyzers File Based Decoding Manual Manuale Utente Pagina 28

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 82
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 27
Chapter 7: Statements File-based Decoding User Manual
22 LeCroy Corporation
7.4 while Statements
A while statement is written as
while <expression> <statement>
An example of this is
x = 2;
while ( x < 5 )
{
Trace ( x, ", " );
x = x + 1;
}
The result of this would be
2, 3, 4,
Vedere la pagina 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 81 82

Commenti su questo manuale

Nessun commento