X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/bba0d5b6fb0b1bbe6b5bb4a84c72de2152d8dfe3..140051e24ff5a74421e8b437cdc12ca8570995cd:/apl.plp diff --git a/apl.plp b/apl.plp index 546be3b..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

@@ -51,7 +51,7 @@ my @ops = do 'apl.inc.pl'; <: for my $op (@ops) { $op or do { - print "\n"; + say ''; next; }; @@ -74,22 +74,12 @@ for my $op (@ops) { map { !!$_->[1] && qq( title="$_->[1]"), $_->[0] } [map { EscapeHTML($_) } split /\n/, $_, 2] ) for $monad, $dyad; - print "\n"; + say ''; } :> -
- -
- -
unicode 1.1 - 20th century - in 6.0 (2010) - recent assignments - proposed - irregular -
-
+<: +say for '
', $glyphs->legend;