PasteRack.org
Paste # 20068
2022-03-22 15:27:39

Fork as a new paste.

Paste viewed 474 times.


Embed:

  1. #lang racket
  2.  
  3.  
  4. (define (test #:a a #:b b)
  5.  (list a b))
  6.  
  7.  
  8. (test #:a 1)

=>

application: required keyword argument not supplied

  procedure: test

  required keyword: #:b

  arguments...:

   #:a 1