PasteRack.org
Paste # 99047
2015-03-27 22:56:31

Fork as a new paste.

Paste viewed 104 times.


Embed:

  1. #lang racket
  2. (define x 3)
  3. (+ 12 (x))

=>

application: not a procedure;

 expected a procedure that can be applied to arguments

  given: 3

  arguments...: [none]