PasteRack.org
Paste # 60865
2020-06-08 16:18:05

Fork as a new paste.

Paste viewed 740 times.


Embed:

  1. #lang racket
  2.  
  3. (displayln (not #f #t))

=>

not: arity mismatch;

 the expected number of arguments does not match the given

number

  expected: 1

  given: 2

  arguments...:

   #f

   #t