Examples
The simplest program :
<?php
v = "string"; // sample initialization
?>
html text
<?php
echo v; // end of php code
?>
-----------
procedure HELLO_WORLD is ----------- begin
PUT_LINE( "Hello_world !" );
end HELLO_WORLD; using "syntaxhighlight".