ChatGPT says there is a pragma Finalize_Procedure - is that correct?
17 November 2023 at 07:10
I was playing around with ChatGPT producing code it produced...
β
-- Finalization procedure procedure Finalize is begin -- Perform cleanup or finalization actions here Resource := 0; -- Reset the resource when the object goes out of scope end Finalize; pragma Finalize_Procedure (Finalize);
A quick search found no reference to this pragma, so is ChatGPT imagining this?
[link] [comments]