X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/58725794d72361cc70cb082476a32d08e22d21d0..f95a0990d1d4c6e8d612c6f80accc9c0ed4e1a5e:/apl.plp diff --git a/apl.plp b/apl.plp index d01d3ed..efd1f35 100644 --- a/apl.plp +++ b/apl.plp @@ -27,7 +27,7 @@ EOT use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; -my @ops = Data('apl'); +my $ops = Data('apl'); :>

APL Symbols

@@ -47,7 +47,7 @@ my @ops = Data('apl'); <: -for my $op (@ops) { +for my $op (@{$ops}) { $op or do { say ''; next;