[fpc-pascal] basic question on begin, end;

Jean SUZINEAU Jean.Suzineau at wanadoo.fr
Fri Sep 25 01:28:21 CEST 2020


Personnally I go even further ;-)

if something
then
     begin
     some multi-line code here
     end
else
     begin
     some multi-line code here
     end;



More information about the fpc-pascal mailing list