X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/16499a59e8c124cedc7cc499a3ebfaeb714e1f44..0dd3d6ee1167dc7d1dbd7f82aba7b197861377b0:/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