summaryrefslogtreecommitdiff
path: root/perl9.buetow.org/content/Better-Than-Others.sub/Python.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/Better-Than-Others.sub/Python.xml
parentf3edcebfc981ac077bcd61aac2dd3d1682c41bc2 (diff)
foo
Diffstat (limited to 'perl9.buetow.org/content/Better-Than-Others.sub/Python.xml')
-rw-r--r--perl9.buetow.org/content/Better-Than-Others.sub/Python.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/perl9.buetow.org/content/Better-Than-Others.sub/Python.xml b/perl9.buetow.org/content/Better-Than-Others.sub/Python.xml
deleted file mode 100644
index edfb60c..0000000
--- a/perl9.buetow.org/content/Better-Than-Others.sub/Python.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Python users will love Perl 9!</pagetitle>
- <text>Perl 9 can be programmed without using semicolons by just using indented tabs! The Perl AI engine will decide if you are using Python style oder old Perlish style for programming! Here is some sample code: (Btw.: Python is just a dialect of Perl)</code>
- <code>
-for 0 .. @bar.elems -1 -&gt; $i
- my $foo = @foo[$i]
- my $bar = @bar[$i]
- my $baz = @baz[$i]
- for 0 .. $bar->elems -1 -&gt; $j
- my $foo_ = $foo->[$j]
- my $bar_ = $bar->[$j]
- my $baz_ = $baz->[$j]
- for 0 .. $bar_->elems -1 -&gt; $k
- push @$baz_, $foo_->[$k] + $bar_-&gt;[$k]
- </code>
-</content>