X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/56eec01960f868e55f80e696eed36573f228857e..8f53b03a6246809e8290984b5e5c386daa26c2a0:/apl.inc.pl diff --git a/apl.inc.pl b/apl.inc.pl index 3559372..3683d54 100644 --- a/apl.inc.pl +++ b/apl.inc.pl @@ -1,5 +1,5 @@ use utf8; -( # dyadic, monadic +[ # dyadic, monadic # arithmetic ["+\n-", "add\nSum of A and B", "conjugate\nNo change to B"], @@ -122,4 +122,4 @@ undef, ["⍤\nJ", "rank\nApply function successively to the sub-arrays in B specified by k"], ["⍥\nO", "coax"], -); +];