PasteRack.org
Paste # 51408
2024-04-09 15:25:05

Forked from paste # 93316.

Fork as a new paste.

Paste viewed 209 times.


Embed:

  1. #lang racket
  2. (pair? (list 1 2 3))
  3. (pair? '(2))

=>

#t

#t