PasteRack.org
Paste # 5015
2022-09-30 12:54:29

Fork as a new paste.

Paste viewed 396 times.


Embed:

  1. #lang racket
  2. (define a 10)(define b 3)(-(* 5 b)(*(-6)a))

=>

application: not a procedure;

 expected a procedure that can be applied to arguments

  given: -6