Pascal (programming language): Difference between revisions

Content deleted Content added
Hello World, more syntax
m nitpicks
Line 44:
END.
 
All programs start with the "Program" [[keyword]], and a [[block]] of code is indicated with the "Begin" / "End" keywords. Case is ignored in the Pascal language. SimicolonsSemicolons endseparate each statementstatements, and the period ends the program (or unit). For some compilers the Program line is optional. Also, in some instances the simicolon is optional (before an end keyword, for example).
 
== Further reading ==