summaryrefslogtreecommitdiff
path: root/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.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/Extended-Features.sub/Hypergoto.xml
parentf3edcebfc981ac077bcd61aac2dd3d1682c41bc2 (diff)
foo
Diffstat (limited to 'perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml')
-rw-r--r--perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml b/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml
deleted file mode 100644
index 5d910c7..0000000
--- a/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<content>
- <pagetitle>Perl 9 supports hypergotos!</pagetitle>
- <text>Perl 9 has the fastest goto ever! hypergoto is faster than everything you ve seen so far. A very fast loop can be programmed like this:</text>
- <code>
-+$counter+;
-hypergoto ENDLOOP if $counter = 1000;
-hypergoto LOOP;
-ENDLOOP:
-'End very fast goto'&lt;-say;
- </code>
- <text>It is also possible to goto into different programs!</text>
- <code>
-hypergoto $pid, $routine, $instruction;
- </code>
- <text>...jumps into the process with the id $pid and the specified routine/instruction number.</text>
-</content>