PasteRack.org
Paste # 95983
2020-06-08 16:03:03

Fork as a new paste.

Paste viewed 691 times.


Embed:

  1. #lang racket
  2.  
  3. (define no 'no)
  4.  
  5. (displayln (no))

=>

application: not a procedure;

 expected a procedure that can be applied to arguments

  given: 'no

  arguments...: [none]