Files
harbour-core/harbour/tests/arreval.prg
1999-10-04 18:46:41 +00:00

13 lines
132 B
Plaintext

//
// $Id$
//
function Main()
local a := { 100, 200, 300 }
aEval(a, {|nValue, nIndex| QOut(nValue, nIndex) })
return nil