Content deleted Content added
m →Procedural data types: resize |
m clean up, typo(s) fixed: an Euclidean → a Euclidean, ’s → 's, 35-63 → 35–63 |
||
Line 13:
=== Modulo with negative dividend ===
Standard Pascal has
=== Nested comments ===
Line 141:
=== Temporary files ===
In Delphi any file must be backed by a file in the file system.
That means any <syntaxhighlight lang="delphi" inline>file</syntaxhighlight> needs to be associated with a file name with
In contrast, Standard Pascal is usable without file names.
The following will produce a run-time error with Delphi.<ref name="moore"/>
Line 252:
== Further reading ==
* Kathleen Jansen and [[Niklaus Wirth]]: ''PASCAL - User Manual and Report.'' Springer-Verlag, 1974, 1985, 1991, {{ISBN|0-387-97649-3}}, {{ISBN|0-387-90144-2}}, and {{ISBN|3-540-90144-2}} [https://web.archive.org/web/20050314152247/http://www.cs.inf.ethz.ch/~wirth/books/Pascal/]
* Niklaus Wirth: ''The Programming Language Pascal.'' Acta Informatica, 1, (Jun 1971)
* ISO/IEC 7185: ''Programming Languages - PASCAL.'' [http://www.moorecad.com/standardpascal/]
* Doug Cooper: ''Standard Pascal: User Reference Manual.'' W. W. Norton & Company, 1983, {{ISBN|0-393-30121-4}}, {{ISBN|978-0-393-30121-2}}
Line 261:
{{Pascal programming language family}}
{{DEFAULTSORT:Pascal and Delphi comparison}}
[[Category:Pascal programming language family]]
|