Content deleted Content added
Jim McKeeth (talk | contribs) Rearanged sections, expanded on unique features and added links |
Derek Ross (talk | contribs) mNo edit summary |
||
Line 1:
[[de:Pascal (Programmiersprache)]] [[pl:Pascal]] [[nl:Programmeertaal Pascal]] [[ja:Pascal]] [[sv:Pascal]] [[fr:Langage Pascal]]
In [[computer science]],
It was developed by [[Niklaus Wirth]] in order to make possible [[structured programming]] that would be relatively easy for a [[compiler]] to process. Pascal is based on the [[Algol programming language]] and is named in honor of mathematician [[Blaise Pascal]]. Wirth also developed [[Modula programming language|Modula-2]], a language similar to Pascal which also supports object oriented programming.
Line 42:
#There is no way to override the type system, most notably, no casting.
As mentioned above, the currently available compilers address most of these issues. Many uninformed people still
=== Further reading ===
|