Category:PascalABC.NET

From Rosetta Code
(Redirected from PascalABC.NET)
Language
PascalABC.NET
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using PascalABC.NET.
PascalABC.NET is an implementation of Pascal. Other implementations of Pascal.

PascalABC.NET is the new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework.

PascalABC.NET will compile much of the Pascal and Delphi on this site, but let me hope that entries an RosettaCode will use the modern functional extensions and not look like something from 1970.

True I could write fN in the following example in Delph, but I would risk a repetitive wrist injury. For those wishing to save their wrist for things more important than writing verbose code:

begin
  var fN: integer->integer->integer := x -> y -> x + y;
  var n := fN(2);
  writeln(n(11));
  writeln(n(21));
end.


Unimplemented tasks by language pages are temporarily unavailable pending an update to the Semantic MediaWiki extension or until such time that an alternative solution can be found. Until then, have a look at Rosetta Code/Find unimplemented tasks.



Pages in category "PascalABC.NET"

The following 200 pages are in this category, out of 426 total.

(previous page) (next page)

C

(previous page) (next page)