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