summaryrefslogtreecommitdiff
path: root/perl9.buetow.org/content/New-Features.sub/Multi-Langual.xml
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 17:05:48 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 17:05:48 +0200
commitc592d7100b95124e6042563fc20d66a2966f3267 (patch)
tree15c68ef0a106fb4a5523893d8d48a88dd301c4e0 /perl9.buetow.org/content/New-Features.sub/Multi-Langual.xml
parentf3edcebfc981ac077bcd61aac2dd3d1682c41bc2 (diff)
foo
Diffstat (limited to 'perl9.buetow.org/content/New-Features.sub/Multi-Langual.xml')
-rw-r--r--perl9.buetow.org/content/New-Features.sub/Multi-Langual.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/perl9.buetow.org/content/New-Features.sub/Multi-Langual.xml b/perl9.buetow.org/content/New-Features.sub/Multi-Langual.xml
deleted file mode 100644
index e502efb..0000000
--- a/perl9.buetow.org/content/New-Features.sub/Multi-Langual.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Perl 9 is multi langual</pagetitle>
- <text>In Perl 9, perl can now do everything! You can combine all syntaxes of your programming languages within the same program! This is actually awesome! If your friend keeps telling you that his programming language is better than Perl, then he does not know (yet) about Perl 9! :)</text>
- <code>
-#!/usr/bin/perl9
-
-use VisualBasic.NET qw(Comments Declaration::Variable)
-use TurboPascal qw(Operator::Assign)
-use Java qw(Class::Math Loop::Foreach Class::System::out);
-
-Rem Some cool stuff:
-Dim double @Foo As Array;
-@Foo[$_] := Math.sqrt($_) for 0 .. 10;
-foreach (double $d : @Foo)
-$d-&gt;System.out.println();
- </code>
-</content>