Files
harbour-core/harbour/tests/working/val.prg

12 lines
98 B
Plaintext

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