raise nil



raise nil
Smart pascal source code
var e: Exception; try raise e; except on Ex: Exception do WriteLn(Ex.Message); end; {<<< RESULT - CONSOLE LOG >>> ----------------------------- Object not instantiated [line: 4, column: 11] ----------------------------- {<<<<<<<<< THE END >>>>>>>>>}