Skip to content

Commit

Permalink
better comment "doc"
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed Jan 20, 2020
1 parent 4e8a1f9 commit 272e58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/looper.xtm
Expand Up @@ -231,7 +231,7 @@
(define last (lambda (num lst) (cl:last lst num)))
;; take first num of lst
(define take (lambda (num lst) (cl:butnthcdr num lst)))
;; take num at
;; sublist: take 'num' elements starting at position 'at'
(define sub (lambda (num at lst) (cl:butnthcdr num (cl:nthcdr at lst))))

(define filter
Expand Down

0 comments on commit 272e58f

Please sign in to comment.