PasteRack.org
Paste # 90552
2018-01-20 19:34:29

Fork as a new paste.

Paste viewed 72 times.


Embed:

  1. #lang racket
  2. (define mylist '(1 2 3 4 5 6 7 8 9))
  3. (mylist)

=>

application: not a procedure;

 expected a procedure that can be applied to arguments

  given: '(1 2 3 4 5 6 7 8 9)

  arguments...: [none]