* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL a := { 100, 200, 300 }
|
|
|
|
AEval( a, {| nValue, nIndex | QOut( nValue, nIndex ) } )
|
|
|
|
RETURN
|