12 lines
107 B
Plaintext
12 lines
107 B
Plaintext
//
|
|
// $Id$
|
|
//
|
|
|
|
function Main()
|
|
|
|
QOut( "Inside strings4" )
|
|
|
|
At() // generating an error
|
|
|
|
return nil
|