Jump to content

Ezy Pascal 2.4


casira

Recommended Posts

Ezy Pascal 2.4 | RAR | 1.21MB

Enter the fascinating and rewarding world of programming with Ezy Pascal, the Pascal programming application specifically designed for new programmers. No previous experience is required to use Ezy Pascal. Start learning to program with this affordable, easy to use application that allows you to focus on learning the Pascal language and core programming skills.

* Easy to use

* No previous programming experience required

* Ideal for students

* Free tutorials available on this website

Easy to use

Ezy Pascal is very easy to use. Programs are written and run in the same window, there are no executable files created. Running a program is a simple as clicking one button.

Watch your program as it executes

View your program and it's output as the program runs. Pause execution and then step through the program statement by statement. You are shown which statement is going to execute next by the position of the cursor. This is useful for understanding how programs execute.

Easy to understand compile-time errors and run-time errors

Compile-time errors are easy to understand. The cursor is always positioned at the start of the source code item that caused the error.

Ezy Pascal can also show you where in the program a run-time error occurred and where execution halted if you stop execution. For run-time range errors, the value that caused the error is also shown in the error message.

Create Graphics

Write programs that create graphics. Print the graphics output or save it to a bitmap file.

Standard Pascal

Ezy Pascal implements the Pascal language in close to it's original form, so for example the following program writes Hello in the output view:

program Hello;

begin

Write('Hello');

end.

Download link:

http://rapidshare.com/files/128079741/Ezy_Pascal_2.4_downarchive.rar[/CODE]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...