Files
harbour-core/harbour/tests/working/val.prg
Antonio Linares 974bc2fbc2 make files
1999-05-05 05:45:23 +00:00

8 lines
83 B
Plaintext

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