Examples
The simplest program :
-----------
procedure HELLO_WORLD
is -----------
begin
PUT_LINE( "Hello_world !" );
end HELLO_WORLD;
using "syntaxhighlight".
The simplest program :
-----------
procedure HELLO_WORLD
is -----------
begin
PUT_LINE( "Hello_world !" );
end HELLO_WORLD;
using "syntaxhighlight".