12 lines
98 B
Plaintext
12 lines
98 B
Plaintext
//
|
|
// $Id$
|
|
//
|
|
|
|
// Testing ValType
|
|
|
|
function Main()
|
|
|
|
QOut( ValType( { 1, 2, 3 } ) )
|
|
|
|
return nil
|