X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/917ba679115b9e3cd7b88f7e5081a1a2503a684e..fc554ef8ffaab2f0a3daed89ae1a18d9c0e117af:/apl.plp diff --git a/apl.plp b/apl.plp index 929c424..efd1f35 100644 --- a/apl.plp +++ b/apl.plp @@ -27,9 +27,7 @@ EOT use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; - -my @ops = do 'apl.inc.pl'; -@ops > 1 or Abort("cannot open operator include", 500, $@ // $!); +my $ops = Data('apl'); :>

APL Symbols

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