|
|
|
EETransfer Off-line documentationBack to summary |
||
|
|
||||
| Updated 97/06/24 |
For
Execute the "Init" function, then while the "Test" function returns true, execute both the "instruction" instruction and the "Next" function. Using the C syntax, it could be written:
for (Init(); Test(); Next()) {
instruction;
}
* Init type: function default value: empty function * instruction type: instruction default value: nil * Next type: function default value: empty function * Test type: boolean function default value: func() true |
|||
|
|
||||
|
|
||||
|
©1997 Easter-eggs All trademarks mentioned are the property of their respective owners |
||||