[functional-tests] comment
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
|
||||
;;------------------------------------------------
|
||||
|
||||
;; Returns #t if the xs list matches prefix
|
||||
(define (begins-with prefix xs)
|
||||
(cond
|
||||
((null? prefix) #t)
|
||||
|
Reference in New Issue
Block a user