index: release v1.18 with only altgr index linked
[sheet.git] / apl.inc.pl
index 355937232e021c3ab33c7da90b831302b759eb29..3683d543a30e813f15d58216b2ae509b1bb2b2b1 100644 (file)
@@ -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"],
 
-);
+];