Arc Cross Reference |
splitn[procedure] splitn n xs(def splitn (n xs) (let acc nil ((afn (n xs) (if (or (no xs) (<= n 0)) (list (rev acc) xs) (do (push (car xs) acc) (self (- n 1) (cdr xs))))) n xs))) | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |