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

12 lines
98 B
Plaintext

//
// $Id$
//
// Testing ValType
function Main()
QOut( ValType( { 1, 2, 3 } ) )
return nil