X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/16499a59e8c124cedc7cc499a3ebfaeb714e1f44..0ae29078d8d26dce9785f0c38f7408bfab2083e9:/apl.plp diff --git a/apl.plp b/apl.plp index 9ca9970..929c424 100644 --- a/apl.plp +++ b/apl.plp @@ -29,7 +29,7 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; my @ops = do 'apl.inc.pl'; -@ops > 1 or die "cannot open operator include: $@\n"; +@ops > 1 or Abort("cannot open operator include", 500, $@ // $!); :>

APL Symbols