* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
PROCEDURE Main()
|
|
|
|
LOCAL a := { 100, 200, 300 }
|
|
|
|
AEval( a, {| nValue, nIndex | QOut( nValue, nIndex ) } )
|
|
|
|
RETURN
|