X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/56eec01960f868e55f80e696eed36573f228857e..HEAD:/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"], -); +];