Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
19
Lang/PascalABC.NET/00-LANG.txt
Normal file
19
Lang/PascalABC.NET/00-LANG.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{{language|PascalABC.NET}}
|
||||
{{implementation|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:
|
||||
|
||||
<syntaxhighlight lang="pascal">
|
||||
begin
|
||||
var fN: integer->integer->integer := x -> y -> x + y;
|
||||
var n := fN(2);
|
||||
writeln(n(11));
|
||||
writeln(n(21));
|
||||
end.
|
||||
</syntaxhighlight>
|
||||
|
||||
{{unimpl_Page|PacalABC.NET}}
|
||||
2
Lang/PascalABC.NET/00-META.yaml
Normal file
2
Lang/PascalABC.NET/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:PascalABC.NET
|
||||
1
Lang/PascalABC.NET/100-doors
Symbolic link
1
Lang/PascalABC.NET/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/PascalABC.NET
|
||||
1
Lang/PascalABC.NET/Array-length
Symbolic link
1
Lang/PascalABC.NET/Array-length
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Array-length/PascalABC.NET
|
||||
1
Lang/PascalABC.NET/Fibonacci-n-step-number-sequences
Symbolic link
1
Lang/PascalABC.NET/Fibonacci-n-step-number-sequences
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-n-step-number-sequences/PascalABC.NET
|
||||
1
Lang/PascalABC.NET/Fibonacci-sequence
Symbolic link
1
Lang/PascalABC.NET/Fibonacci-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-sequence/PascalABC.NET
|
||||
1
Lang/PascalABC.NET/Hello-world-Graphical
Symbolic link
1
Lang/PascalABC.NET/Hello-world-Graphical
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Graphical/PascalABC.NET
|
||||
1
Lang/PascalABC.NET/Hello-world-Text
Symbolic link
1
Lang/PascalABC.NET/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/PascalABC.NET
|
||||
1
Lang/PascalABC.NET/Integer-sequence
Symbolic link
1
Lang/PascalABC.NET/Integer-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-sequence/PascalABC.NET
|
||||
Loading…
Add table
Add a link
Reference in a new issue