Delila Program: helloworld

helloworld program

Documentation for the helloworld program is below, with links to related programs in the "see also" section.

{   version = 1.01; (* of helloworld.p 2011 Aug 10}

(* begin module describe.helloworld *)
(*
name
   helloworld: a minimal Pascal program to test that your compiler works

synopsis
   helloworld(output: out)

files

   output: messages to the user

description

   The helloworld program is a tiny program you can use to test your
   Pascal compiler.  After compiling the program, run it and it should output:

hello world

   If you cannot get this result, then you need to work on making the
   compiler function.

examples

documentation

see also

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.helloworld *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}