X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/017f784142bc2a77d8e283dc61ff6306e556387d..fc554ef8ffaab2f0a3daed89ae1a18d9c0e117af:/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;