From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- .../content/Extended-Features.sub/Hypergoto.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml (limited to 'perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml') diff --git a/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml b/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml new file mode 100644 index 0000000..5d910c7 --- /dev/null +++ b/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml @@ -0,0 +1,17 @@ + + + Perl 9 supports hypergotos! + 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: + ++$counter+; +hypergoto ENDLOOP if $counter = 1000; +hypergoto LOOP; +ENDLOOP: +'End very fast goto'<-say; + + It is also possible to goto into different programs! + +hypergoto $pid, $routine, $instruction; + + ...jumps into the process with the id $pid and the specified routine/instruction number. + -- cgit v1.2.3