From 35f20421e7a4942b61c4a1910e8da0bf35f21fd9 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Thu, 20 Jan 2022 17:55:58 +0000 Subject: Remove comment --- functions.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'functions.c') diff --git a/functions.c b/functions.c index 5fafa2a..9649e27 100644 --- a/functions.c +++ b/functions.c @@ -567,16 +567,6 @@ fnMatch(Array *left, Array *right) Array * fnIndex(Array *left, Array *right) { - /* - 1) depth must be ≤ 2 - 2) type of data must be integer - 3) all integers must be ≥ ⎕IO - 4) left must be a scalar or vector - 5) if ≢left < ≢right, left is extended: - leftModified←left⍪⍳¨(≢left)↓⍴right - 6) Result shape ≡ ↑,/⍴¨leftModified - */ - int io = currentsymtab->io; int i; -- cgit v1.2.3