PasteRack.org
Paste # 91290
2016-05-26 12:15:16

Fork as a new paste.

Paste viewed 160 times.


Embed:

  1. #lang racket
  2. (sqrt (* 25 4) / (3.1415))

=>

application: not a procedure;

 expected a procedure that can be applied to arguments

  given: 3.1415

  arguments...: [none]