8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
// Testing ValType
|
|
|
|
function Main()
|
|
|
|
QOut( ValType( { 1, 2, 3 } ) )
|
|
|
|
return nil
|