program Project1; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils; begin try a := 1; { TODO -oUser -cConsole Main : Insert code here } except