From c592d7100b95124e6042563fc20d66a2966f3267 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:05:48 +0200 Subject: foo --- .../content/Extended-Features.sub/Hypergoto.xml | 17 ----------------- 1 file changed, 17 deletions(-) delete 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 deleted file mode 100644 index 5d910c7..0000000 --- a/perl9.buetow.org/content/Extended-Features.sub/Hypergoto.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - 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