base: include base-5 in economy comparison
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 29 Jan 2013 01:50:01 +0000 (02:50 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 19 Apr 2013 15:10:15 +0000 (17:10 +0200)
base.plp

index 2deabf517c9968ab8e2ad84bb5fed124a284788b..3a89a53de6979de2a05417ab84620f5698ad353d 100644 (file)
--- a/base.plp
+++ b/base.plp
@@ -13,7 +13,7 @@ Html({
 });
 
 my @cols = (2, 6, 8, 9, 10, 12, 16, 18, 20);
 });
 
 my @cols = (2, 6, 8, 9, 10, 12, 16, 18, 20);
-my @morecols = (2, 3, 4, 6, 8, 9, 10, 12, 16, 18, 20, 24, 32, 36, 64);
+my @morecols = (2 .. 6, 8, 9, 10, 12, 16, 18, 20, 24, 32, 36, 64);
 my @char = (0..9, 'A'..'Z', 'a'..'z');
 :>
 <h1>Number bases</h1>
 my @char = (0..9, 'A'..'Z', 'a'..'z');
 :>
 <h1>Number bases</h1>