Scheme Procedure: array? obj; C Function: scm_array_p (obj, unused) ... (define a (make-array 999 '(1 2) '(3 4))) (array-ref a 2 4) ⇒ 999.
確定! 回上一頁