Skip to content

Commit

Permalink
Adding provide for utils.scm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScatteredRay committed Jun 8, 2024
1 parent 4b18f46 commit 36f9b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(provide 'utils.scm)

;; From stuff.scm
(define-macro (while test . body) ; while loop with predefined break and continue
`(call-with-exit
Expand Down

0 comments on commit 36f9b2c

Please sign in to comment.