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

12 lines
173 B
Plaintext

// Testing Harbour Error system
function Main()
local n
QOut( "We are running and now an error will raise" )
n++ // an error should raise here
return nil