Skip to content

Instantly share code, notes, and snippets.

@ggVGc
Created April 16, 2023 12:19
Show Gist options
  • Save ggVGc/9722ff1eb95ff25c6af0b678f4864271 to your computer and use it in GitHub Desktop.
Save ggVGc/9722ff1eb95ff25c6af0b678f4864271 to your computer and use it in GitHub Desktop.
default arg
(define (tabular #:config [config null] headers . entries)
(when (null? config)
(set! config
(make-list (length headers) "l")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment