About 2,210,000 results
Open links in new tab
  1. Pascal (programming language) - Wikipedia

    Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming …

  2. Pascal - Basic Syntax - Online Tutorials Library

    You have seen a basic structure of pascal program, so it will be easy to understand other basic building blocks of the pascal programming language.

  3. Pascal cheat sheet - Programming Idioms

    Pascal cheat sheet The snippets are under the CC-BY-SA license. Please consider keeping a bookmark (instead of printing)

  4. Pascal Tutorial

    Pascal is a procedural programming language, designed in 1968 and published in 1970 by Niklaus Wirth and named in honour of the French mathematician and philosopher Blaise Pascal.

  5. W3Schools Online Web Tutorials

    W3Schools offers free online tutorials and references on web development languages such as HTML, CSS, JavaScript, PHP, SQL, and JQuery.

  6. Pascal - Program Structures - Online Tutorials Library

    Before we study basic building blocks of the Pascal programming language, let us look a bare minimum Pascal program structure so that we can take it as a reference in upcoming chapters.

  7. Pascal Programming - Wikiversity

    Nov 4, 2023 · Pascal is an imperative and procedural programming language, which Niklaus Wirth designed in 1968–69 and published in 1970, as a small, efficient language intended to encourage …

  8. Free Pascal - Advanced open source Pascal compiler for Pascal and ...

    Free Pascal is a mature, versatile, open source Pascal compiler. It can target many processor architectures: Intel x86 (16 and 32 bit), AMD64/x86-64, PowerPC, PowerPC64, SPARC, SPARC64, …

  9. Pascal Language Reference: 1 - Lexical Elements

    Special Symbols Pascal recognizes the following standard Pascal symbols and the nonstandard special symbols listed in Table 1-1.

  10. IMPLEMENT IN C++ Implement a symbol balance checker function for …

    IMPLEMENT IN C++ Implement a symbol balance checker function for the Pascal programming language. Pascal allows for the following pairs: {}, (), [], begin end . All programs will begin with the …